@@ -628,44 +628,45 @@ stages:
628628 publishOnError : true
629629 includeForks : true
630630
631- # active issue: https://github.com/dotnet/aspnetcore/issues/63140
632631 # Local development validation
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
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+ # Temporarily disabled due to https://github.com/dotnet/aspnetcore/issues/63140
640+ condition : false
641+ steps :
642+ - script : git submodule update --init
643+ displayName : Update submodules
644+ - script : ./restore.cmd
645+ displayName : Run restore.cmd
646+ - powershell : ./eng/build.ps1 -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
647+ displayName : Build (No NodeJS)
648+ - script : npm run build
649+ displayName : Build JS
650+ - script : ./eng/build.cmd -all -noBuildJava -pack -c Debug
651+ displayName : Build (Debug)
652+ - script : ./eng/build.cmd -all -noBuildJava -pack -c Release
653+ displayName : Build (Release)
654+ - script : ./src/ProjectTemplates/build.cmd
655+ -test
656+ -NoRestore
657+ -NoBuild
658+ -NoBuildDeps
659+ -configuration Release
660+ -bl
661+ displayName : Run project template tests
662+ - powershell : . ./activate.ps1; ./src/ProjectTemplates/scripts/Run-BlazorWeb-Locally.ps1 -Verbose
663+ displayName : Run Blazor web app test script
664+
665+ artifacts :
666+ - name : Local_Windows_x64_Logs_Attempt_$(System.JobAttempt)
667+ path : artifacts/log/
668+ publishOnError : true
669+ includeForks : true
669670
670671 # Source build
671672 - template : /eng/common/templates/job/source-build.yml
0 commit comments