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 b1a25da commit 2f1d5eaCopy full SHA for 2f1d5ea
.github/workflows/dotnetcore.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
dotnet-version: 2.2.108
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
- - name: Build with dotnet
18
- run: dotnet build --configuration Release
19
- name: Setup nuget config
20
run: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' nuget.config > nuget.config
+ - name: Build with dotnet
+ run: dotnet build --configuration Release
21
- name: Push NuGet packages - Nightly Builds
22
run: dotnet pack --configuration Release && dotnet nuget push "bin/Release/querybuilder.1.0.0.nupkg" --source "github"
0 commit comments