|
|
@@ -34,11 +34,9 @@ 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
|
|
|
@@ -54,7 +52,6 @@ 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
|
|
|
@@ -81,6 +78,7 @@ steps:
|
|
|
|
|
|
- task: whitesource.ws-bolt.bolt.wss.WhiteSource Bolt@18
|
|
|
displayName: 'WhiteSource Bolt'
|
|
|
+ enabled: false
|
|
|
|
|
|
- task: PowerShell@2
|
|
|
displayName: Authenticode Sign Packages
|