Skip to content

Commit

Permalink
Restore ppdb workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Feb 18, 2019
1 parent e1e4b63 commit 6318bb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ steps:
arguments: pack Rx.NET/Source/facades/System.Reactive.Compatibility.nuspec -Version $(NBGV_NuGetPackageVersion) -MinClientVersion 2.12 -NoPackageAnalysis -outputdirectory $(Build.ArtifactStagingDirectory)\artifacts
condition: eq(variables['system.pullrequest.isfork'], false)

- task: MSBuild@1
displayName: Build for Test (ppdb) workaround
inputs:
solution: Rx.NET/Source/System.Reactive.sln
msbuildArguments: /t:build /p:DebugType=portable
platform: $(BuildPlatform)
configuration: $(BuildConfiguration)
maximumCpuCount: true

- task: DotNetCoreCLI@2
inputs:
command: test
Expand Down

0 comments on commit 6318bb5

Please sign in to comment.