File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
vmImage : ubuntu-18.04
95
95
${{ if eq(parameters.agentOs, 'Windows') }} :
96
96
${{ if eq(variables['System.TeamProject'], 'public') }} :
97
- name : NetCore1ESPool -Public
97
+ name : NetCore -Public
98
98
demands : ImageOverride -equals 1es-windows-2019-open
99
99
${{ if eq(variables['System.TeamProject'], 'internal') }} :
100
100
name : NetCore1ESPool-Svc-Internal
Original file line number Diff line number Diff line change 8
8
<PropertyGroup Label =" Version settings" >
9
9
<AspNetCoreMajorVersion >3</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >1</AspNetCoreMinorVersion >
11
- <AspNetCorePatchVersion >29 </AspNetCorePatchVersion >
11
+ <AspNetCorePatchVersion >30 </AspNetCorePatchVersion >
12
12
<!-- This property should be 'false' between branding & code-merging, 'true' the rest of the time -->
13
- <ValidateBaseline >true </ValidateBaseline >
13
+ <ValidateBaseline >false </ValidateBaseline >
14
14
<PreReleasePreviewNumber >0</PreReleasePreviewNumber >
15
15
<ComponentsWebAssemblyMajorVersion >3</ComponentsWebAssemblyMajorVersion >
16
16
<ComponentsWebAssemblyMinorVersion >2</ComponentsWebAssemblyMinorVersion >
You can’t perform that action at this time.
0 commit comments