Skip to content

Commit 8612abd

Browse files
authored
Switch to new dev feed in 3.x (#1591)
* Switch to new dev feed * Use new feed URL in GHA
1 parent bbe522d commit 8612abd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)