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.
1 parent ae4ab16 commit 08456bfCopy full SHA for 08456bf
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
run: dotnet test --no-build --no-restore
54
55
- name: pack
56
- run: dotnet pack --no-build --no-restore -o dist
+ run: dotnet pack --no-build --no-restore -c ${{ matrix.configuration }} -o dist
57
58
- name: publish artifact
59
uses: actions/upload-artifact@v4
0 commit comments