File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ jobs:
122122 inputs :
123123 accessid : ' $(AKEYLESS_ACCESS_ID)' # Stored as pipeline variable
124124 azureJwt : ' $(AzureCLI.azure_jwt)' # Output variable from the previous step
125- staticSecrets : ' {"/progress/TELERIK_USERNAME ":"NUGET_UN", "/progress/TELERIK_PASSWORD":"NUGET_PWD "}'
125+ staticSecrets : ' {"/progress/TELERIK_NUGET_KEY ":"TK_NUGET_KEY "}'
126126
127127 # Instead of a supplied nuget.config, lets ADD the Telerik server to the default nuget.config on the runner
128- - powershell : dotnet nuget add source " https://nuget.telerik.com/v3/index.json" --name " TelerikNuGet_Added" --username $(Akeyless1.NUGET_UN) --password $(Akeyless1.NUGET_PWD) --store-password-in-clear-text
128+ - powershell : dotnet nuget add source ' https://nuget.telerik.com/v3/index.json' --name ' TelerikNuGet_Added' --username 'api-key' --password ' $(Akeyless1.TK_NUGET_KEY)' --store-password-in-clear-text
129129 displayName : ' Add Telerik NuGet server package source'
130130
131131 - powershell : dotnet restore $(consoleProjectPath)
You can’t perform that action at this time.
0 commit comments