@@ -84,36 +84,39 @@ extends:
8484 ignoreDirectories : artifacts, .packages
8585
8686 stages :
87- # ## Windows ###
88- - template : /eng/pipelines/templates/jobs/dnup-tests.yml@self
89- parameters :
90- pool :
91- name : $($(DncEngInternalBuildPool))
92- image : windows.vs2022.amd64
93- os : windows
94- emoji : 🪟
95- helixTargetQueue : windows.amd64.vs2022.pre
96- oneESCompat :
97- templateFolderName : templates-official
98- publishTaskPrefix : 1ES.
99- runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
100- # WORKAROUND: BinSkim requires the folder exist prior to scanning.
101- preSteps :
102- - powershell : New-Item -ItemType Directory -Path $(Build.SourcesDirectory)/artifacts/bin -Force
103- displayName : Create artifacts/bin directory
104- ${{ if and(eq(parameters.runTestBuild, false), ne(variables['Build.Reason'], 'PullRequest')) }} :
105- timeoutInMinutes : 180
106- windowsJobParameterSets :
107- # ## OFFICIAL ###
108- - categoryName : Official
109- publishArgument : $(_publishArgument)
110- signArgument : $(_signArgument)
111- officialBuildProperties : $(_officialBuildProperties) /p:BuildWorkloads=true
112- enableDefaultArtifacts : true
113- runTests : false
114- publishRetryConfig : true
115- variables :
116- _SignType : real
87+ - stage : tests
88+ displayName : 🧪 dnup tests
89+ jobs :
90+ # ## Windows ###
91+ - template : /eng/pipelines/templates/jobs/dnup-tests.yml@self
92+ parameters :
93+ pool :
94+ name : $(DncEngInternalBuildPool)
95+ image : windows.vs2022.amd64
96+ os : windows
97+ emoji : 🪟
98+ helixTargetQueue : windows.amd64.vs2022.pre
99+ oneESCompat :
100+ templateFolderName : templates-official
101+ publishTaskPrefix : 1ES.
102+ runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
103+ # WORKAROUND: BinSkim requires the folder exist prior to scanning.
104+ preSteps :
105+ - powershell : New-Item -ItemType Directory -Path $(Build.SourcesDirectory)/artifacts/bin -Force
106+ displayName : Create artifacts/bin directory
107+ ${{ if and(eq(parameters.runTestBuild, false), ne(variables['Build.Reason'], 'PullRequest')) }} :
108+ timeoutInMinutes : 180
109+ windowsJobParameterSets :
110+ # ## OFFICIAL ###
111+ - categoryName : Official
112+ publishArgument : $(_publishArgument)
113+ signArgument : $(_signArgument)
114+ officialBuildProperties : $(_officialBuildProperties) /p:BuildWorkloads=true
115+ enableDefaultArtifacts : true
116+ runTests : false
117+ publishRetryConfig : true
118+ variables :
119+ _SignType : real
117120 # ## Packaging ###
118121 - stage : package
119122 displayName : 📦 Package dnup
0 commit comments