Skip to content

Commit

Permalink
add bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Oct 23, 2018
1 parent 6030249 commit 0b06f10
Showing 1 changed file with 4 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

0 comments on commit 0b06f10

Please sign in to comment.