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 97f35f9 commit b020a2eCopy full SHA for b020a2e
.github/workflows/dotnetcore.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/setup-dotnet@v1
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: Push NuGet packages - Nightly Builds
0 commit comments