File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ variables:
1818
1919 # Windows specific variables
2020 windowsAgentPoolName : Maui-1ESPT # Windows VM pool name
21+ windowsImage : 1ESPT-Windows2022 # Windows VM image name
2122 windowsClassicInstaller : https://aka.ms/xamarin-android-commercial-d17-4-windows # Windows Classic XA installer URL
2223
2324 # macOS specific variables
@@ -40,11 +41,6 @@ resources:
4041extends :
4142 template : v1/1ES.Official.PipelineTemplate.yml@1esPipelines
4243 parameters :
43- pool :
44- name : AzurePipelines-EO
45- image : 1ESPT-Windows2022
46- os : windows
47-
4844 stages :
4945 - stage : Build
5046
@@ -54,6 +50,7 @@ extends:
5450 name : windows
5551 buildPool :
5652 name : $(windowsAgentPoolName)
53+ image : $(windowsImage)
5754 os : windows
5855 classicInstallerUrl : $(windowsClassicInstaller)
5956 mainBranchName : $(mainBranchName)
Original file line number Diff line number Diff line change 3838 sdl :
3939 spotBugs :
4040 enabled : false
41+ binskim :
42+ scanOutputDirectoryOnly : true
4143 outputs :
4244 - output : pipelineArtifact
4345 targetPath : ${{ parameters.artifactsPath }}
You can’t perform that action at this time.
0 commit comments