Skip to content

Commit

Permalink
Add build number conditionals back
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Nov 2, 2018
1 parent 35df133 commit cce7279
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ steps:
custom: tool
arguments: install --tool-path . nbgv
displayName: Install NBGV tool
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

- script: nbgv cloud -a -p Rx.NET\Source
displayName: Set Version
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

- task: MSBuild@1
displayName: Build System.Reactive.sln
Expand All @@ -52,7 +54,8 @@ steps:
inputs:
command: custom
arguments: pack Rx.NET/Source/facades/System.Reactive.Compatibility.nuspec -Version $(NBGV_NuGetPackageVersion) -MinClientVersion 2.12 -NoPackageAnalysis -outputdirectory $(Build.ArtifactStagingDirectory)\artifacts

condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

- task: MSBuild@1
displayName: Build for Test (ppdb) workaround
inputs:
Expand Down

0 comments on commit cce7279

Please sign in to comment.