File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments