Skip to content

Commit 6318bb5

Browse files
author
Oren Novotny
committed
Restore ppdb workaround
1 parent e1e4b63 commit 6318bb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.rx.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ steps:
4949
arguments: pack Rx.NET/Source/facades/System.Reactive.Compatibility.nuspec -Version $(NBGV_NuGetPackageVersion) -MinClientVersion 2.12 -NoPackageAnalysis -outputdirectory $(Build.ArtifactStagingDirectory)\artifacts
5050
condition: eq(variables['system.pullrequest.isfork'], false)
5151

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+
5261
- task: DotNetCoreCLI@2
5362
inputs:
5463
command: test

0 commit comments

Comments
 (0)