Skip to content

Commit fde4bde

Browse files
author
Oren Novotny
committed
add workaround
1 parent 9cef070 commit fde4bde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.rx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ 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+
4750
- task: MSBuild@1
4851
displayName: Build System.Reactive.sln
4952
inputs:

0 commit comments

Comments
 (0)