We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2554e81 + e27cc5d commit 286a8caCopy full SHA for 286a8ca
2 files changed
.github/workflows/build-debug.yml
@@ -16,10 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
19
- with:
20
- dotnet-version: |
21
- 6.0.x
22
- 7.0.x
23
- run: dotnet build -c Debug
24
- run: dotnet test -c Debug --no-build
25
.github/workflows/build-release.yml
@@ -31,10 +31,6 @@ jobs:
31
with:
32
ref: ${{ needs.update-packagejson.outputs.sha }}
33
34
35
36
37
38
# pack nuget
39
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
40
- run: dotnet test -c Release --no-build
0 commit comments