Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2022-04-27 20:50:04 +0300
committerGitHub <noreply@github.com>2022-04-27 20:50:04 +0300
commitff883515ed623944823714372bb8ad8e4de978b1 (patch)
treeab93274f97d00ce925089c6a242f73bcc31b6d17
parent41b26fd5fbab6f4cf852aa19faed86ebbf2e8877 (diff)
Try out 1es imageswtgodbe/1es
-rw-r--r--.azure/pipelines/jobs/default-build.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml
index f578913979..e7eb00e52e 100644
--- a/.azure/pipelines/jobs/default-build.yml
+++ b/.azure/pipelines/jobs/default-build.yml
@@ -120,16 +120,10 @@ jobs:
${{ if eq(parameters.agentOs, 'Windows') }}:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
- ${{ if ne(parameters.isAzDOTestingJob, true) }}:
- # Visual Studio Build Tools
- demands: ImageOverride -equals Build.Server.Amd64.VS2019.BT.Open
- ${{ if eq(parameters.isAzDOTestingJob, true) }}:
- # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
- demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
+ demands: ImageOverride -equals 1es-windows-2019-open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
- # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
- demands: ImageOverride -equals Build.Server.Amd64.VS2019
+ demands: ImageOverride -equals 1es-windows-2019
${{ if ne(parameters.container, '') }}:
container: ${{ parameters.container }}
${{ if ne(parameters.disableComponentGovernance, '') }}: