Skip to content

Commit

Permalink
Fail more steps if a command fails in vmr-build.yml (dotnet#18595)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Feb 9, 2024
1 parent e83a99a commit dc517e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/templates/jobs/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- ${{ else }}:
- ${{ if eq(parameters.buildSourceOnly, 'true') }}:
- script: |
set -x
set -ex
customPrepArgs=""
prepSdk=true
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
displayName: Prep the Build
- script: |
set -x
set -ex
df -h
customEnvVars=""
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
# Only run tests if enabled
- ${{ if eq(parameters.runTests, 'True') }}:
- script: |
set -x
set -ex
dockerVolumeArgs="-v $(sourcesPath):/vmr"
dockerEnvArgs="-e SMOKE_TESTS_EXCLUDE_OMNISHARP=${{ parameters.excludeOmniSharpTests }} -e SMOKE_TESTS_WARN_SDK_CONTENT_DIFFS=true -e SMOKE_TESTS_RUNNING_IN_CI=true"
Expand Down

0 comments on commit dc517e0

Please sign in to comment.