@@ -628,43 +628,44 @@ stages:
628628 publishOnError : true
629629 includeForks : true
630630
631+ # active issue: https://github.com/dotnet/aspnetcore/issues/63140
631632 # Local development validation
632- - template : jobs/default-build.yml
633- parameters :
634- jobName : Local_Windows
635- jobDisplayName : ' Test: Windows local development validation'
636- agentOs : Windows
637- isAzDOTestingJob : true
638- timeoutInMinutes : 240
639- steps :
640- - script : git submodule update --init
641- displayName : Update submodules
642- - script : ./restore.cmd
643- displayName : Run restore.cmd
644- - powershell : ./eng/build.ps1 -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
645- displayName : Build (No NodeJS)
646- - script : npm run build
647- displayName : Build JS
648- - script : ./eng/build.cmd -all -noBuildJava -pack -c Debug
649- displayName : Build (Debug)
650- - script : ./eng/build.cmd -all -noBuildJava -pack -c Release
651- displayName : Build (Release)
652- - script : ./src/ProjectTemplates/build.cmd
653- -test
654- -NoRestore
655- -NoBuild
656- -NoBuildDeps
657- -configuration Release
658- -bl
659- displayName : Run project template tests
660- - powershell : . ./activate.ps1; ./src/ProjectTemplates/scripts/Run-BlazorWeb-Locally.ps1 -Verbose
661- displayName : Run Blazor web app test script
662-
663- artifacts :
664- - name : Local_Windows_x64_Logs_Attempt_$(System.JobAttempt)
665- path : artifacts/log/
666- publishOnError : true
667- includeForks : true
633+ # - template: jobs/default-build.yml
634+ # parameters:
635+ # jobName: Local_Windows
636+ # jobDisplayName: 'Test: Windows local development validation'
637+ # agentOs: Windows
638+ # isAzDOTestingJob: true
639+ # timeoutInMinutes: 240
640+ # steps:
641+ # - script: git submodule update --init
642+ # displayName: Update submodules
643+ # - script: ./restore.cmd
644+ # displayName: Run restore.cmd
645+ # - powershell: ./eng/build.ps1 -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
646+ # displayName: Build (No NodeJS)
647+ # - script: npm run build
648+ # displayName: Build JS
649+ # - script: ./eng/build.cmd -all -noBuildJava -pack -c Debug
650+ # displayName: Build (Debug)
651+ # - script: ./eng/build.cmd -all -noBuildJava -pack -c Release
652+ # displayName: Build (Release)
653+ # - script: ./src/ProjectTemplates/build.cmd
654+ # -test
655+ # -NoRestore
656+ # -NoBuild
657+ # -NoBuildDeps
658+ # -configuration Release
659+ # -bl
660+ # displayName: Run project template tests
661+ # - powershell: . ./activate.ps1; ./src/ProjectTemplates/scripts/Run-BlazorWeb-Locally.ps1 -Verbose
662+ # displayName: Run Blazor web app test script
663+
664+ # artifacts:
665+ # - name: Local_Windows_x64_Logs_Attempt_$(System.JobAttempt)
666+ # path: artifacts/log/
667+ # publishOnError: true
668+ # includeForks: true
668669
669670 # Source build
670671 - template : /eng/common/templates/job/source-build.yml
0 commit comments