This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree 2 files changed +1
-20
lines changed
2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -126,25 +126,6 @@ jobs:
126
126
testResultsFiles : ' **/*.trx'
127
127
condition : always()
128
128
129
- - job : debug_rhel6_x64
130
- displayName : RHEL6 x64 Debug Build
131
- timeoutInMinutes : 90
132
- pool :
133
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
134
- name : NetCorePublic-Pool
135
- queue : BuildPool.Ubuntu.1604.Amd64.Open
136
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
137
- name : NetCoreInternal-Pool
138
- queue : BuildPool.Ubuntu.1604.Amd64
139
- vmImage : ubuntu-16.04
140
- steps :
141
- - script : ./build.sh --skip-prereqs --configuration Debug --targets Default --runtime-id rhel.6-x64 --docker rhel.6
142
- - task : PublishTestResults@2
143
- inputs :
144
- testResultsFormat : VSTest
145
- testResultsFiles : ' **/*.trx'
146
- condition : always()
147
-
148
129
- job : debug_ubuntu1604_x64
149
130
displayName : Ubuntu16.04 x64 Debug Build
150
131
pool :
Original file line number Diff line number Diff line change 3
3
<VersionMajor >2</VersionMajor >
4
4
<VersionMinor >1</VersionMinor >
5
5
<FeatureBand >500</FeatureBand >
6
- <PatchLevel >20 </PatchLevel >
6
+ <PatchLevel >21 </PatchLevel >
7
7
<VersionPatch >$([MSBuild]::Add($(FeatureBand),$(PatchLevel)))</VersionPatch >
8
8
9
9
<ReleaseSuffix Condition =" '$(ReleaseSuffix)' == '' " >preview</ReleaseSuffix >
You can’t perform that action at this time.
0 commit comments