Skip to content

Commit b978bf3

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 187eb7c commit b978bf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stages:
2626
name: "EnvironmentalVariables"
2727
displayName: "Set environmental variables"
2828
29-
- template: templates/unit-tests.stages.yaml
29+
- template: templates/run-unit-tests.stages.yaml
3030

3131
#- ${{ if not(contains(variables['Build.SourceBranch'], 'refs/pull')) }}:
3232
- stage: binaries

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ stages:
3535
displayName: Test ACN Windows
3636
dependsOn:
3737
- setup
38+
pool:
39+
name: "$(BUILD_POOL_NAME_DEFAULT_WINDOWS)"
40+
os: windows
41+
image: acn-runner-vmss-image-windows-1es-v2.0
3842
jobs:
3943
- job: test
4044
displayName: Run Tests
4145
variables:
4246
STORAGE_ID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.StorageID'] ]
43-
pool:
44-
name: "$(BUILD_POOL_NAME_DEFAULT_WINDOWS)"
45-
os: windows
46-
image: acn-runner-vmss-image-windows-1es-v2.0
4747
steps:
4848
- task: GoTool@0
4949
inputs:

0 commit comments

Comments
 (0)