From 85f92ca9a5900d2794848ebd485ea9e1ea8bd442 Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:55:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(ci):=E4=BD=BF=E7=94=A8Runner=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E7=9A=84.Net=20SDK=E7=89=88=E6=9C=AC=E4=BB=A5?= =?UTF-8?q?=E5=8A=A0=E5=BF=AB=E6=9E=84=E5=BB=BA=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com> --- .github/workflows/dotnet-desktop.yml | 2 +- .github/workflows/prerelease.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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"}