This commit is contained in:
Sheyla Trudo 2024-11-19 13:58:41 -08:00
Родитель 15874c618e
Коммит 430c7b2357
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -26,7 +26,7 @@ stages:
name: "EnvironmentalVariables"
displayName: "Set environmental variables"
- template: templates/unit-tests.stages.yaml
- template: templates/run-unit-tests.stages.yaml
#- ${{ if not(contains(variables['Build.SourceBranch'], 'refs/pull')) }}:
- stage: binaries

Просмотреть файл

@ -35,15 +35,15 @@ stages:
displayName: Test ACN Windows
dependsOn:
- setup
pool:
name: "$(BUILD_POOL_NAME_DEFAULT_WINDOWS)"
os: windows
image: acn-runner-vmss-image-windows-1es-v2.0
jobs:
- job: test
displayName: Run Tests
variables:
STORAGE_ID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.StorageID'] ]
pool:
name: "$(BUILD_POOL_NAME_DEFAULT_WINDOWS)"
os: windows
image: acn-runner-vmss-image-windows-1es-v2.0
steps:
- task: GoTool@0
inputs: