Skip to content

Commit 2c6ad00

Browse files
authored
Remove ADO publish from CI (#1)
* Remove ADO publish from CI * Point to the right repo
1 parent be29cba commit 2c6ad00

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
run: dotnet nuget add source https://nuget.pkg.github.com/microsoft/index.json --password $GITHUB_TOKEN --username notused --store-password-in-clear-text --name cgwriter
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-
65-
- name: Add NuGet publication source for Azure Artifacts Packaging feed
66-
run: dotnet nuget add source https://1essharedassets.pkgs.visualstudio.com/1esPkgs/_packaging/ComponentDetection/nuget/v3/index.json --password $AZART_TOKEN --username az --store-password-in-clear-text --name Packaging
67-
env:
68-
AZART_TOKEN: ${{ secrets.AZART_TOKEN }}
6964

7065
- name: Generate NuGet packages
7166
run: dotnet pack -o dist-nuget -c Release
@@ -76,6 +71,5 @@ jobs:
7671
for f in ./dist-nuget/*.nupkg
7772
do
7873
curl -vX PUT -u "[user]:${{ secrets.GITHUB_TOKEN }}" -F package=@$f https://nuget.pkg.github.com/microsoft/
79-
dotnet nuget push --source "Packaging" --api-key az $f
8074
done
8175
shell: bash

.github/workflows/verify-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
const res = await github.paginate(
4242
github.actions.listArtifactsForRepo.endpoint.merge({
4343
owner: 'microsoft',
44-
repo: 'componentdetection-bcde',
44+
repo: 'component-detection',
4545
})
4646
);
4747

0 commit comments

Comments
 (0)