Skip to content

Commit 9090770

Browse files
Add -Verbose flag to Blazor test scripts
1 parent bfc0c1b commit 9090770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ stages:
615615
-configuration Release
616616
-bl
617617
displayName: Run project template tests
618-
- powershell: ./src/ProjectTemplates/scripts/Run-BlazorWeb-Locally.ps1
618+
- powershell: ./src/ProjectTemplates/scripts/Run-BlazorWeb-Locally.ps1 -Verbose
619619
displayName: Run Blazor web app test script
620620

621621
artifacts:

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ extends:
664664
-NoBuildDeps
665665
-configuration Release
666666
displayName: Run project template tests
667-
- powershell: ./src/ProjectTemplates/scripts/Run-BlazorWeb-Locally.ps1
667+
- powershell: ./src/ProjectTemplates/scripts/Run-BlazorWeb-Locally.ps1 -Verbose
668668
displayName: Run Blazor web app test script
669669

670670
artifacts:

0 commit comments

Comments
 (0)