Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 252cf1d

Browse files
committed
Merge in 'release/2.1.5xx' changes
2 parents 1971961 + d9d413a commit 252cf1d

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -126,25 +126,6 @@ jobs:
126126
testResultsFiles: '**/*.trx'
127127
condition: always()
128128

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-
148129
- job: debug_ubuntu1604_x64
149130
displayName: Ubuntu16.04 x64 Debug Build
150131
pool:

build/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<VersionMajor>2</VersionMajor>
44
<VersionMinor>1</VersionMinor>
55
<FeatureBand>500</FeatureBand>
6-
<PatchLevel>20</PatchLevel>
6+
<PatchLevel>21</PatchLevel>
77
<VersionPatch>$([MSBuild]::Add($(FeatureBand),$(PatchLevel)))</VersionPatch>
88

99
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">preview</ReleaseSuffix>

0 commit comments

Comments
 (0)