@@ -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
@@ -42,7 +42,7 @@ extends:
4242 # projectPath: 'src/**/*[T|t]ests.csproj'
4343 # includeNuGetOrg: false
4444 # nugetFeedsToUse: 'config'
45- # nugetConfigPath: 'nuget.release. config'
45+ # nugetConfigPath: 'nuget.config'
4646 # onInit:
4747 # - task: NuGetAuthenticate@1
4848
@@ -60,7 +60,7 @@ extends:
6060 artifactName : ' linux-mac-archive'
6161 includeNuGetOrg : false
6262 nugetFeedsToUse : ' config'
63- nugetConfigPath : ' nuget.release. config'
63+ nugetConfigPath : ' nuget.config'
6464 onInit :
6565 - task : NuGetAuthenticate@1
6666 preBuild :
@@ -74,7 +74,7 @@ extends:
7474 artifactName : ' win-netcore-archive'
7575 includeNuGetOrg : false
7676 nugetFeedsToUse : ' config'
77- nugetConfigPath : ' nuget.release. config'
77+ nugetConfigPath : ' nuget.config'
7878 onInit :
7979 - task : NuGetAuthenticate@1
8080 preBuild :
@@ -89,7 +89,7 @@ extends:
8989 artifactName : ' nuget-find-squats-lib-archive'
9090 includeNuGetOrg : false
9191 nugetFeedsToUse : ' config'
92- nugetConfigPath : ' nuget.release. config'
92+ nugetConfigPath : ' nuget.config'
9393 onInit :
9494 - task : NuGetAuthenticate@1
9595 preBuild :
@@ -104,7 +104,7 @@ extends:
104104 artifactName : ' nuget-shared-lib-archive'
105105 includeNuGetOrg : false
106106 nugetFeedsToUse : ' config'
107- nugetConfigPath : ' nuget.release. config'
107+ nugetConfigPath : ' nuget.config'
108108 onInit :
109109 - task : NuGetAuthenticate@1
110110 preBuild :
@@ -119,7 +119,7 @@ extends:
119119 artifactName : ' nuget-shared-cli-archive'
120120 includeNuGetOrg : false
121121 nugetFeedsToUse : ' config'
122- nugetConfigPath : ' nuget.release. config'
122+ nugetConfigPath : ' nuget.config'
123123 onInit :
124124 - task : NuGetAuthenticate@1
125125 preBuild :
@@ -134,7 +134,7 @@ extends:
134134 artifactName : ' nuget-cli-archive'
135135 includeNuGetOrg : false
136136 nugetFeedsToUse : ' config'
137- nugetConfigPath : ' nuget.release. config'
137+ nugetConfigPath : ' nuget.config'
138138 onInit :
139139 - task : NuGetAuthenticate@1
140140 preBuild :
@@ -159,10 +159,11 @@ extends:
159159 nuGetFeedType : external
160160 publishPackageMetadata : true
161161 publishFeedCredentials : ' sdl-oss-nuget-publish'
162- steps :
162+ steps :
163163 - task : UseDotNet@2
164164 inputs :
165165 packageType : ' sdk'
166+ - task : NuGetAuthenticate@1
166167 - script : ' dotnet tool update -g nbgv'
167168 displayName : ' Install GitVersioning'
168169 - task : PowerShell@2
0 commit comments