diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 393aeb8b..6937180e 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -4,7 +4,7 @@ on: push: branches: [ main, beta ] pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, synchronize, reopened ] branches: [ main, beta ] paths-ignore: - '**/*.md' diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1a337a4b..19080c74 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -217,7 +217,6 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v5 with: - dotnet-version: '10.x' cache: true cache-dependency-path: '**/packages.lock.json' @@ -226,7 +225,7 @@ jobs: - name: Build the Solution (Release) run: | - msbuild /p:platform="AnyCPU" /p:configuration="Release" /p:GitFlow="Github Action" "Ink Canvas/InkCanvasForClass.csproj" /m /p:UseMultiToolTask=true /p:EnforceProcessCountAcrossBuilds=true /verbosity:minimal + msbuild /p:platform="AnyCPU" /p:configuration="Release" /p:GitFlow="Github Action" "Ink Canvas/InkCanvasForClass.csproj" /m /p:UseMultiToolTask=true /p:EnforceProcessCountAcrossBuilds=true /verbosity:minimal -maxcpucount /p:RunAnalyzers=false - name: Check if exe file is generated id: check-exe @@ -630,4 +629,4 @@ jobs: -f message="Update AutomaticUpdateVersionControl.txt" \ -f content="$CONTENT" \ -f branch="beta" \ - ${SHA:+-f sha="$SHA"} \ No newline at end of file + ${SHA:+-f sha="$SHA"}