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 e1e4b63 commit 6318bb5Copy full SHA for 6318bb5
azure-pipelines.rx.yml
@@ -49,6 +49,15 @@ steps:
49
arguments: pack Rx.NET/Source/facades/System.Reactive.Compatibility.nuspec -Version $(NBGV_NuGetPackageVersion) -MinClientVersion 2.12 -NoPackageAnalysis -outputdirectory $(Build.ArtifactStagingDirectory)\artifacts
50
condition: eq(variables['system.pullrequest.isfork'], false)
51
52
+- task: MSBuild@1
53
+ displayName: Build for Test (ppdb) workaround
54
+ inputs:
55
+ solution: Rx.NET/Source/System.Reactive.sln
56
+ msbuildArguments: /t:build /p:DebugType=portable
57
+ platform: $(BuildPlatform)
58
+ configuration: $(BuildConfiguration)
59
+ maximumCpuCount: true
60
+
61
- task: DotNetCoreCLI@2
62
inputs:
63
command: test
0 commit comments