Skip to content

Commit c39c747

Browse files
committed
Address review feedback.
1 parent 4a96847 commit c39c747

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
4041
extends:
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)

build/ci/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
sdl:
3939
spotBugs:
4040
enabled: false
41+
binskim:
42+
scanOutputDirectoryOnly: true
4143
outputs:
4244
- output: pipelineArtifact
4345
targetPath: ${{ parameters.artifactsPath }}

0 commit comments

Comments
 (0)