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 ef84143 commit 0f4c700Copy full SHA for 0f4c700
.github/workflows/publish.yml
@@ -39,4 +39,9 @@ jobs:
39
env:
40
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
41
shell: cmd
42
- run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://nuget.pkg.github.com/aardvark-platform/index.json" --skip-duplicate
+ run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://nuget.pkg.github.com/aardvark-platform/index.json" --skip-duplicate
43
+ - name: NuGet
44
+ env:
45
+ NUGET_KEY: ${{ secrets.NUGET_KEY }}
46
+ shell: cmd
47
+ run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate
0 commit comments