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