File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,7 @@ jobs:
108
108
${{ if eq(parameters.agentOs, 'Windows') }} :
109
109
${{ if eq(variables['System.TeamProject'], 'public') }} :
110
110
name : NetCore1ESPool-Svc-Public
111
- ${{ if ne(parameters.isTestingJob, true) }} :
112
- # Visual Studio Build Tools
113
- demands : ImageOverride -equals Build.Server.Amd64.VS2019.BT.Open
114
- ${{ if eq(parameters.isTestingJob, true) }} :
115
- # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
116
- demands : ImageOverride -equals Build.Server.Amd64.VS2019.Open
111
+ demands : ImageOverride -equals 1es-windows-2019-open
117
112
${{ if eq(variables['System.TeamProject'], 'internal') }} :
118
113
name : NetCore1ESPool-Svc-Internal
119
114
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
Original file line number Diff line number Diff line change 8
8
<PropertyGroup Label =" Version settings" >
9
9
<AspNetCoreMajorVersion >6</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
11
- <AspNetCorePatchVersion >7 </AspNetCorePatchVersion >
12
- <ValidateBaseline >true </ValidateBaseline >
11
+ <AspNetCorePatchVersion >8 </AspNetCorePatchVersion >
12
+ <ValidateBaseline >false </ValidateBaseline >
13
13
<!--
14
14
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
15
15
-->
You can’t perform that action at this time.
0 commit comments