Skip to content

Commit 7e6e8d7

Browse files
committed
Update azure-pipelines.yml
1 parent 1c12683 commit 7e6e8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)