这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-pipelines-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extends:
# Update the pool with your team's 1ES hosted pool.
pool:
name: $(DncEngInternalBuildPool) # Name of your hosted pool
image: 1es-windows-2022-pt # Name of the image in your pool. If not specified, first image of the pool is used
image: 1es-windows-2022 # Name of the image in your pool. If not specified, first image of the pool is used
os: windows # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS

# Build Tags
Expand Down Expand Up @@ -67,7 +67,7 @@ extends:
pool:
# TODO: Can we use latest or equivalent?
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals 1es-windows-2022-pt
demands: ImageOverride -equals 1es-windows-2022
os: windows
templateContext:
# This enables SDL scanning to be run once across all artifacts
Expand Down Expand Up @@ -134,7 +134,7 @@ extends:
pool:
name: $(DncEngInternalBuildPool)
os: linux
demands: ImageOverride -equals 1es-mariner-2-pt
demands: ImageOverride -equals 1es-mariner-2
templateContext:
# This enables SDL scanning to be run once across all artifacts
outputParentDirectory: $(Build.SourcesDirectory)/artifacts
Expand Down