Skip to content

Commit 2023581

Browse files
authored
Update build.yaml
1 parent 8ad2bbf commit 2023581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Setup NuGet
4040
uses: NuGet/setup-nuget@v2.0.0
4141

42-
- name: Add GPR Source
43-
run: nuget sources Add -Name "GPR" -Source ${{ secrets.GPR_URI }} -UserName ${{ secrets.GPR_USERNAME }} -Password ${{ secrets.GITHUB_TOKEN }}
42+
- name: Add NuGet Source
43+
run: nuget sources Add -Name "Github" -Source https://nuget.pkg.github.com/nikiforovall/index.json -UserName nikiforovall -Password ${{secrets.GITHUB_TOKEN}}
4444

4545
- name: Build NuGet Package
4646
run: |
@@ -51,7 +51,7 @@ jobs:
5151
msbuild /restore ${{ env.VSIX_PROJECT }} /p:Configuration=Release /p:OutDir=${{ github.workspace }}\artifacts
5252
5353
- name: Push to GitHub Packages
54-
run: nuget push ${{ github.workspace }}\artifacts\*.nupkg -Source "GPR"
54+
run: nuget push ${{ github.workspace }}\artifacts\*.nupkg -Source "Github"
5555

5656
# upload artifacts
5757
- name: Upload artifacts

0 commit comments

Comments
 (0)