We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2d77a6 + ac6c485 commit a03d65fCopy full SHA for a03d65f
1 file changed
.github/workflows/nuget-publish.yml
@@ -35,10 +35,11 @@ jobs:
35
run: dotnet test --configuration Release --no-build --verbosity normal -maxcpucount:1
36
37
- name: Pack
38
+ if: matrix.dotnet-version == '9.x'
39
run: dotnet pack --configuration Release --no-build --output ./nupkg
40
- # Upload artifact for later publishing
41
- name: Upload NuGet package
42
43
uses: actions/upload-artifact@v4
44
with:
45
name: nupkg
0 commit comments