We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6911c0f commit d388e71Copy full SHA for d388e71
.github/workflows/main.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Add nuget package source
17
run: dotnet nuget add source --username sipsorcery --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github-nofrixion "https://nuget.pkg.github.com/nofrixion/index.json"
18
- name: Install dependencies
19
- run: dotnet restore Xero-NetStandard\Xero.NetStandard.OAuth2.sln
+ run: dotnet restore Xero.NetStandard.OAuth2.sln
20
- name: Build
21
- run: dotnet build Xero-NetStandard\Xero.NetStandard.OAuth2.sln -c Release --no-restore
+ run: dotnet build Xero.NetStandard.OAuth2.sln -c Release --no-restore
22
- name: Publish
23
run: dotnet nuget push **\*.nupkg --source https://nuget.pkg.github.com/nofrixion/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
0 commit comments