Skip to content

Commit

Permalink
Update cibuild.yml
Browse files Browse the repository at this point in the history
Switched to MyGet to get symbols
  • Loading branch information
dahall authored Jan 14, 2025
1 parent 4af6a11 commit 6a3331c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ env:
# You can convert this to a build matrix if you need coverage of multiple configuration types.
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release
#NUGET_REPO: https://www.myget.org/F/vanara/api/v2/package
NUGET_REPO: https://nuget.pkg.github.com/dahall/index.json
#NUGET_AUTH_TOKEN: ${{secrets.MYGETAPIKEY}}
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NUGET_REPO: https://www.myget.org/F/vanara/api/v2/package
#NUGET_REPO: https://nuget.pkg.github.com/dahall/index.json
NUGET_AUTH_TOKEN: ${{secrets.MYGETAPIKEY}}
#NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

permissions:
contents: read
Expand Down

0 comments on commit 6a3331c

Please sign in to comment.