@@ -6,7 +6,7 @@ resources:
66 repositories :
77 - repository : templates
88 type : git
9- name : Data /OSS-Tools-Pipeline-Templates
9+ name : General /OSS-Tools-Pipeline-Templates
1010 ref : refs/tags/v2.0.4
1111 - repository : 1esPipelines
1212 type : git
@@ -45,7 +45,7 @@ extends:
4545 dotnetTestArgs : ' --filter TestCategory=PipelineSafeTests'
4646 includeNuGetOrg : false
4747 nugetFeedsToUse : ' config'
48- nugetConfigPath : ' NuGet.Config.AzureArtifacts.Release '
48+ nugetConfigPath : ' nuget.config '
4949 onInit :
5050 - task : NuGetAuthenticate@1
5151
@@ -63,7 +63,7 @@ extends:
6363 artifactName : ' linux-mac-archive'
6464 includeNuGetOrg : false
6565 nugetFeedsToUse : ' config'
66- nugetConfigPath : ' NuGet.Config.AzureArtifacts.Release '
66+ nugetConfigPath : ' nuget.config '
6767 onInit :
6868 - task : NuGetAuthenticate@1
6969 preBuild :
@@ -78,7 +78,7 @@ extends:
7878 artifactName : ' cli-archive'
7979 includeNuGetOrg : false
8080 nugetFeedsToUse : ' config'
81- nugetConfigPath : ' NuGet.Config.AzureArtifacts.Release '
81+ nugetConfigPath : ' nuget.config '
8282 onInit :
8383 - task : NuGetAuthenticate@1
8484 preBuild :
@@ -93,7 +93,7 @@ extends:
9393 artifactName : ' nuget-lib-archive'
9494 includeNuGetOrg : false
9595 nugetFeedsToUse : ' config'
96- nugetConfigPath : ' NuGet.Config.AzureArtifacts.Release '
96+ nugetConfigPath : ' nuget.config '
9797 onInit :
9898 - task : NuGetAuthenticate@1
9999 preBuild :
@@ -108,7 +108,7 @@ extends:
108108 artifactName : ' nuget-cli-archive'
109109 includeNuGetOrg : false
110110 nugetFeedsToUse : ' config'
111- nugetConfigPath : ' NuGet.Config.AzureArtifacts.Release '
111+ nugetConfigPath : ' nuget.config '
112112 onInit :
113113 - task : NuGetAuthenticate@1
114114 preBuild :
@@ -135,6 +135,7 @@ extends:
135135 publishPackageMetadata : true
136136 publishFeedCredentials : ' sdl-oss-nuget-publish'
137137 steps :
138+ - task : NuGetAuthenticate@1
138139 - template : nbgv-set-version-steps.yml@templates
139140 # set-version-steps only sets it for current job, while adding isOutput only sets it for future jobs
140141 # https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=powershell#set-an-output-variable-for-use-in-future-jobs
0 commit comments