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 e686e0b commit 4939c3bCopy full SHA for 4939c3b
.github/workflows/dotnetcore.yml
@@ -16,6 +16,4 @@ jobs:
16
- name: Build with dotnet
17
run: dotnet build --configuration Release
18
- name: Push NuGet packages - Nightly Builds
19
- run: |
20
- dotnet pack --configuration Release
21
- dotnet nuget push "bin/Release/querybuilder.1.0.0.nupkg" --source "github"
+ run: dotnet pack --configuration Release && dotnet nuget push "bin/Release/querybuilder.1.0.0.nupkg" --source "github"
0 commit comments