We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cef070 commit fde4bdeCopy full SHA for fde4bde
azure-pipelines.rx.yml
@@ -44,6 +44,9 @@ jobs:
44
- script: nbgv cloud -a -p Rx.NET/Source
45
displayName: Set Version
46
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
+
50
- task: MSBuild@1
51
displayName: Build System.Reactive.sln
52
inputs:
0 commit comments