Skip to content

Commit

Permalink
generate binlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Feb 23, 2019
1 parent 6e746eb commit fe17399
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
displayName: Build System.Reactive.sln
inputs:
solution: Rx.NET/Source/System.Reactive.sln
msbuildArguments: /restore /t:build /p:CreatePackage=true /p:NoPackageAnalysis=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\artifacts
msbuildArguments: /restore /t:build /p:CreatePackage=true /p:NoPackageAnalysis=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\artifacts /bl:$(Build.ArtifactStagingDirectory)\artifacts
platform: $(BuildPlatform)
configuration: $(BuildConfiguration)
maximumCpuCount: true
Expand Down Expand Up @@ -82,9 +82,6 @@ jobs:
arguments: -c $(BuildConfiguration) --no-build --no-restore
displayName: Run Api Approvals Tests

- task: whitesource.ws-bolt.bolt.wss.WhiteSource Bolt@18
displayName: 'WhiteSource Bolt'
enabled: false

- task: PowerShell@2
displayName: Authenticode Sign Packages
Expand All @@ -101,6 +98,7 @@ jobs:
PathtoPublish: $(Build.ArtifactStagingDirectory)\artifacts
ArtifactName: artifacts
publishLocation: Container
condition: always()

- job: Linux_Test
dependsOn: Build
Expand Down

0 comments on commit fe17399

Please sign in to comment.