Skip to content

Commit 73b809e

Browse files
author
Oren Novotny
authored
Merge pull request #805 from dotnet/update-build-yaml
switch to stable 2.1.400 sdk
2 parents 8432339 + a4613a3 commit 73b809e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vsts.ix-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616

1717
- task: DotNetCoreInstaller@0
1818
inputs:
19-
version: '2.1.400-preview-009171'
19+
version: '2.1.400'
2020

2121
- task: DotNetCoreCLI@2
2222
inputs:

.vsts.rx-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616

1717
- task: DotNetCoreInstaller@0
1818
inputs:
19-
version: '2.1.400-preview-009171'
19+
version: '2.1.400'
2020

2121
- task: MSBuild@1
2222
displayName: Build System.Reactive.sln

0 commit comments

Comments
 (0)