File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195 uses : actions/setup-dotnet@v4
196196 with :
197197 dotnet-version : 8.0.x
198- source-url : ${{ vars.AZURE_ARTIFACTS_FEED_URL_3X }}
198+ source-url : ${{ vars.AZURE_ARTIFACTS_FEED_URL }}
199199 env :
200200 NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
201201
@@ -212,7 +212,7 @@ jobs:
212212 run : echo "VSS_NUGET_ACCESSTOKEN=$ACCESS_TOKEN" >> $GITHUB_ENV
213213
214214 - name : Push packages to Azure Artifacts
215- run : dotnet nuget push '${{ github.workspace }}/packages/*.nupkg' --api-key 'azdo-placeholder' --source '${{ vars.AZURE_ARTIFACTS_FEED_URL_3X }}'
215+ run : dotnet nuget push '${{ github.workspace }}/packages/*.nupkg' --api-key 'azdo-placeholder' --source '${{ vars.AZURE_ARTIFACTS_FEED_URL }}'
216216
217217 nuget-org-deploy :
218218 name : Deploy packages to nuget.org
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4- <!-- <add key="SteeltoeDev " value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev /nuget/v3/index.json" /> -->
4+ <!-- <add key="Steeltoe-ci " value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci /nuget/v3/index.json" /> -->
55 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
66 </packageSources >
77</configuration >
You can’t perform that action at this time.
0 commit comments