1- # Azure Pipelines
2- # https://aka.ms/yaml
3-
41name : RecursiveExtractor_PR_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
52trigger : none
63pr :
@@ -12,7 +9,7 @@ resources:
129 repositories :
1310 - repository : templates
1411 type : git
15- name : SecurityEngineering /OSS-Tools-Pipeline-Templates
12+ name : microsoft-sdl /OSS-Tools-Pipeline-Templates
1613 ref : refs/tags/v2.0.4
1714 - repository : 1esPipelines
1815 type : git
@@ -48,9 +45,10 @@ extends:
4845 dotnetTestArgs : ' -- --coverage --report-trx'
4946 includeNuGetOrg : false
5047 nugetFeedsToUse : ' config'
51- nugetConfigPath : ' nuget.config.azure '
48+ nugetConfigPath : ' nuget.config'
5249 onInit :
5350 - task : NuGetAuthenticate@1
51+
5452 - template : dotnet-test-job.yml@templates
5553 parameters :
5654 jobName : ' cli_dotnet_test_windows'
@@ -62,7 +60,7 @@ extends:
6260 dotnetTestArgs : ' -- --coverage --report-trx'
6361 includeNuGetOrg : false
6462 nugetFeedsToUse : ' config'
65- nugetConfigPath : ' nuget.config.azure '
63+ nugetConfigPath : ' nuget.config'
6664 onInit :
6765 - task : NuGetAuthenticate@1
6866
@@ -81,11 +79,12 @@ extends:
8179 artifactName : ' lib-archive'
8280 includeNuGetOrg : false
8381 nugetFeedsToUse : ' config'
84- nugetConfigPath : ' nuget.config.azure '
82+ nugetConfigPath : ' nuget.config'
8583 onInit :
8684 - task : NuGetAuthenticate@1
8785 preBuild :
8886 - template : nbgv-set-version-steps.yml@templates
87+
8988 - template : nuget-build-job.yml@templates
9089 parameters :
9190 jobName : ' pack_cli'
@@ -97,7 +96,7 @@ extends:
9796 artifactName : ' cli-archive'
9897 includeNuGetOrg : false
9998 nugetFeedsToUse : ' config'
100- nugetConfigPath : ' nuget.config.azure '
99+ nugetConfigPath : ' nuget.config'
101100 onInit :
102101 - task : NuGetAuthenticate@1
103102 preBuild :
0 commit comments