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 10c9094 commit 09c7902Copy full SHA for 09c7902
.github/workflows/publish-preview.yml
@@ -37,7 +37,7 @@ jobs:
37
run: dotnet build --no-restore -c Release
38
- name: Pack solution [Release]
39
working-directory: src
40
- run: dotnet pack --no-restore -c Release -o out
+ run: dotnet pack --no-build -c Release -o out
41
- name: Upload artifacts
42
uses: actions/upload-artifact@v4
43
with:
.github/workflows/publish-release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
- run: dotnet pack --no-restore --no-build -c Release -o out
35
36
0 commit comments