Skip to content

Commit 8fb2f33

Browse files
author
Oren Novotny
committed
remove vs2019 preview workaround
1 parent 0969bae commit 8fb2f33

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

azure-pipelines.ix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variables:
3030
steps:
3131
- task: DotNetCoreInstaller@0
3232
inputs:
33-
version: '3.0.100-preview4-010530'
33+
version: '3.0.100-preview4-011033'
3434

3535
- task: DotNetCoreCLI@2
3636
inputs:

azure-pipelines.rx.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- task: DotNetCoreInstaller@0
3434
inputs:
35-
version: '3.0.100-preview4-010374'
35+
version: '3.0.100-preview4-011033'
3636

3737
- task: DotNetCoreCLI@2
3838
inputs:
@@ -44,9 +44,6 @@ jobs:
4444
- script: nbgv cloud -a -p Rx.NET/Source
4545
displayName: Set Version
4646

47-
- powershell: iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/onovotny/UpdateVsOnAgent/master/Fix-VisualStudioPreviewNuGetSdk.ps1'))
48-
displayName: VS Preview workaround
49-
5047
- task: MSBuild@1
5148
displayName: Build System.Reactive.sln
5249
inputs:

0 commit comments

Comments
 (0)