From 1eb201b49de4aa224f14136205b377386b10dd62 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:07:43 +0900 Subject: [PATCH 1/2] Update build-release.yml --- .github/workflows/build-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a679692..84d0242 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -34,9 +34,6 @@ jobs: with: ref: ${{ needs.update-packagejson.outputs.sha }} - uses: Cysharp/Actions/.github/actions/setup-dotnet@main - with: - dotnet-version: | - 6.0.x # pack nuget - run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }} - run: dotnet test tests/ZString.Tests -c Release --no-build From ae6a515f0bd4fb6030e26775ec6c9b264e842371 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:08:09 +0900 Subject: [PATCH 2/2] Update build-debug.yml --- .github/workflows/build-debug.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index f729c1c..b126de4 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -15,9 +15,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: Cysharp/Actions/.github/actions/setup-dotnet@main - with: - dotnet-version: | - 6.0.x - run: dotnet build -c Debug - run: dotnet test tests/ZString.Tests -c Debug