This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 rid : ['win-x64', 'osx-x64', 'linux-x64']
1111 env :
12- NUGET_URL : https://nuget.pkg.github.com/microsoft/index.json
12+ MS_NUGET_URL : https://nuget.pkg.github.com/microsoft/index.json
13+ MSGRAPH_NUGET_URL : https://nuget.pkg.github.com/microsoftgraph/index.json
1314 PACKAGE_VERSION : ${{github.ref_name || 'v0.1.0'}}
1415 PACKAGE_ZIP_TEMPLATE : " msgraph-cli-{0}-{1}.zip"
1516 OUTPUT_DIR : /tmp/publish
2930 - name : Add NuGet kiota source
3031 # NOTE: Password encryption is not supported for the linux platform (Encryption is only supported on Windows platforms.)
3132 run : |
32- dotnet nuget add source ${{env.NUGET_URL}} -n github -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}} --store-password-in-clear-text
33+ dotnet nuget add source ${{env.MS_NUGET_URL}} -n ms-gh -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}} --store-password-in-clear-text
34+ dotnet nuget add source ${{env.MSGRAPH_NUGET_URL}} -n msgraph-gh -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}} --store-password-in-clear-text
3335 - uses : actions/cache@v2
3436 with :
3537 path : ~/.nuget/packages
You can’t perform that action at this time.
0 commit comments