Skip to content

Commit

Permalink
Try update switch escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Oct 19, 2022
1 parent 8ed4021 commit 0140dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
displayName: Set PATH Environment Variable
- pwsh: Write-Host "##vso[task.setvariable variable=VSTEST_DUMP_FORCEPROCDUMP;]1"
displayName: Set VSTEST_DUMP_FORCEPROCDUMP Environment Variable
- script: eng\common\cibuild.cmd -configuration $(_configuration) -prepareMachine /Collect:"CodeCoverage;Format=Cobertura"
- script: eng\common\cibuild.cmd -configuration $(_configuration) -prepareMachine /Collect:'CodeCoverage;Format=Cobertura'
displayName: Build and Test Debug
condition: eq(variables['_configuration'], 'Debug')
- script: eng\common\cibuild.cmd -configuration $(_configuration) -prepareMachine
Expand Down

0 comments on commit 0140dab

Please sign in to comment.