This commit is contained in:
Rikki Gibson 2023-03-02 14:02:01 -08:00
Родитель bee5540a18
Коммит 73a42d0571
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -230,12 +230,13 @@ stages:
- powershell: eng\SetupVSHive.ps1
displayName: Setup VS Hive
# https://github.com/dotnet/razor/issues/8378
# Restore the following flag to the below script to re-enable integration tests.
# -integrationTest
- script: eng\CIBuild.cmd
-configuration $(_BuildConfig)
-prepareMachine
-test
# https://github.com/dotnet/razor/issues/8378
# -integrationTest
/p:BuildProjectReferences=false
name: Run_Tests
# displayName: Run Unit and Integration tests