@@ -46,7 +46,7 @@ extends:
4646 dotnetTestArgs : ' -- --coverage --report-trx'
4747 includeNuGetOrg : false
4848 nugetFeedsToUse : ' config'
49- nugetConfigPath : ' nuget.config.azure '
49+ nugetConfigPath : ' nuget.release.config '
5050 onInit :
5151 - task : NuGetAuthenticate@1
5252 - template : dotnet-test-job.yml@templates
@@ -60,7 +60,7 @@ extends:
6060 dotnetTestArgs : ' -- --coverage --report-trx'
6161 includeNuGetOrg : false
6262 nugetFeedsToUse : ' config'
63- nugetConfigPath : ' nuget.config.azure '
63+ nugetConfigPath : ' nuget.release.config '
6464 onInit :
6565 - task : NuGetAuthenticate@1
6666
@@ -79,7 +79,7 @@ extends:
7979 artifactName : ' lib-archive'
8080 includeNuGetOrg : false
8181 nugetFeedsToUse : ' config'
82- nugetConfigPath : ' nuget.config.azure '
82+ nugetConfigPath : ' nuget.release.config '
8383 onInit :
8484 - task : NuGetAuthenticate@1
8585 preBuild :
@@ -95,7 +95,7 @@ extends:
9595 artifactName : ' cli-archive'
9696 includeNuGetOrg : false
9797 nugetFeedsToUse : ' config'
98- nugetConfigPath : ' nuget.config.azure '
98+ nugetConfigPath : ' nuget.release.config '
9999 onInit :
100100 - task : NuGetAuthenticate@1
101101 preBuild :
0 commit comments