File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments