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 99 Version prefix used by a few projects like Project Templates
1010 Revision portion of Major.Minor.Revision usually updated every release
1111 -->
12- <TraditionalVersionPrefix >3.1.9 </TraditionalVersionPrefix >
12+ <TraditionalVersionPrefix >3.1.10 </TraditionalVersionPrefix >
1313 <PreReleaseVersionLabel >servicing</PreReleaseVersionLabel >
1414 <DotNetUseShippingVersions >true</DotNetUseShippingVersions >
1515 <AssemblyVersion >4.0.0.0</AssemblyVersion >
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 # agent pool can't be read from a user-defined variable (Azure DevOps limitation)
3030 ${{ if eq(variables['System.TeamProject'], 'public') }} :
3131 name : NetCorePublic-Pool
32- queue : BuildPool.Windows.10.Amd64.VS2019.Pre. Open
32+ queue : BuildPool.Windows.10.Amd64.VS2019.Open
3333 ${{ if eq(variables['System.TeamProject'], 'internal') }} :
3434 name : NetCoreInternal-Pool
35- queue : buildpool.windows.10.amd64.vs2019.pre
35+ queue : buildpool.windows.10.amd64.vs2019
3636 variables :
3737 # needed for signing
3838 - name : _TeamName
You can’t perform that action at this time.
0 commit comments