-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Description
Observed failing integration tests in the razor official build. https://dev.azure.com/dnceng/internal/_build/results?buildId=2193291&view=results
We should not be running tests in official builds. We need to update the pipeline definition accordingly.
Tagging @davidwengier who has updated this specific bit of the configuration most recently.
Lines 234 to 249 in ae0352c
| - script: eng\CIBuild.cmd | |
| -configuration $(_BuildConfig) | |
| -prepareMachine | |
| -test | |
| -nobl | |
| name: Run_Unit_Tests | |
| displayName: Run Unit Tests | |
| condition: succeeded() | |
| - script: eng\CIBuild.cmd | |
| -configuration $(_BuildConfig) | |
| -prepareMachine | |
| -integrationTest | |
| name: Run_Integration_Tests | |
| displayName: Run Integration Tests | |
| condition: succeeded() |
Metadata
Metadata
Assignees
Labels
No labels