Skip to content

Commit

Permalink
Merge pull request #835 from dotnet/add-bolt
Browse files Browse the repository at this point in the history
add bolt
  • Loading branch information
Oren Novotny authored Oct 23, 2018
2 parents 617508a + 0b06f10 commit dd12663
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ steps:
projects: Ix.NET/Source/**/*.Tests.csproj
arguments: -c $(BuildConfiguration) --collect:"Code Coverage" -s $(System.DefaultWorkingDirectory)/Ix.NET/Source/CodeCoverage.runsettings /p:DebugType=Full
displayName: Run Tests


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

- task: PowerShell@2
displayName: Authenticode Sign Packages
inputs:
Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ steps:
projects: Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj
arguments: -c $(BuildConfiguration) --no-build --no-restore
displayName: Run Api Approvals Tests

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

- task: PowerShell@2
displayName: Authenticode Sign Packages
Expand Down

0 comments on commit dd12663

Please sign in to comment.