|
86 | 86 | steps:
|
87 | 87 | - powershell: "& ./eng/build.ps1 -CI -nobl -all -pack -NoBuildJava"
|
88 | 88 | displayName: Build
|
89 |
| - - script: ./eng/build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true" |
| 89 | + - script: ./eng/build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true" |
90 | 90 | displayName: Run Quarantined Tests
|
91 | 91 | continueOnError: true
|
92 | 92 | - task: PublishTestResults@2
|
@@ -118,10 +118,7 @@ jobs:
|
118 | 118 | steps:
|
119 | 119 | - bash: ./eng/build.sh --all --pack --ci --nobl --no-build-java
|
120 | 120 | displayName: Build
|
121 |
| - # The templates part can be removed when the Blazor Templates run on Helix |
122 |
| - - bash: ./src/ProjectTemplates/build.sh --ci --nobl --pack --no-restore --no-build-deps |
123 |
| - displayName: Pack Templates (for Template tests) |
124 |
| - - bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunTemplateTests=true -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true |
| 121 | + - bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true |
125 | 122 | displayName: Run Quarantined Tests
|
126 | 123 | continueOnError: true
|
127 | 124 | - task: PublishTestResults@2
|
@@ -154,10 +151,7 @@ jobs:
|
154 | 151 | steps:
|
155 | 152 | - bash: ./eng/build.sh --all --pack --ci --nobl --no-build-java
|
156 | 153 | displayName: Build
|
157 |
| - # The templates part can be removed when the Blazor Templates run on Helix |
158 |
| - - bash: ./src/ProjectTemplates/build.sh --ci --nobl --pack --no-restore --no-build-deps |
159 |
| - displayName: Pack Templates (for Template tests) |
160 |
| - - bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunTemplateTests=true -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true |
| 154 | + - bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true |
161 | 155 | displayName: Run Quarantined Tests
|
162 | 156 | continueOnError: true
|
163 | 157 | - task: PublishTestResults@2
|
|
0 commit comments