Skip to content

Commit da41082

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 95dad70 commit da41082

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pipelines/containers/container-template.steps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ parameters:
1010

1111
- name: arch
1212
type: string
13+
default: ""
1314
values:
1415
- amd64
1516
- arm64

.pipelines/templates/unit-tests.stages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ stages:
3333
variables:
3434
STORAGE_ID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.StorageID'] ]
3535
pool:
36-
isCustom: true
3736
type: windows
3837
name: "$(BUILD_POOL_NAME_DEFAULT_WINDOWS_ALT)"
3938
steps:

.pipelines/trigger.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ extends:
4545
name: $(BUILD_POOL_NAME_DEFAULT)
4646
os: linux
4747
image: acn-runner-vmss-image-1es-v3.0
48-
authenticatedContainerRegistries:
49-
- registry: onebranch.azurecr.io
50-
tenant: AME
51-
identity: 1ESPipelineIdentity
48+
#authenticatedContainerRegistries:
49+
#- registry: onebranch.azurecr.io
50+
#tenant: AME
51+
#identity: 1ESPipelineIdentity
5252
sdl:
5353
sourceAnalysisPool:
5454
name: $(BUILD_POOL_NAME_DEFAULT_WINDOWS)

0 commit comments

Comments
 (0)