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 0d44f7f commit 3ee1f18Copy full SHA for 3ee1f18
.github/workflows/dotnet.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Create Packages
57
if: success() && github.event_name != 'pull_request'
58
- run: dotnet pack --configuration Release --no-build --output "${{env.BUILD_PATH}}"
+ run: dotnet pack --configuration Release --no-build --output "${{env.BUILD_PATH}}"
59
60
- name: Upload Packages
61
0 commit comments