Skip to content

Commit 0b06f10

Browse files
author
Oren Novotny
committed
add bolt
1 parent 6030249 commit 0b06f10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.ix.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ steps:
4343
projects: Ix.NET/Source/**/*.Tests.csproj
4444
arguments: -c $(BuildConfiguration) --collect:"Code Coverage" -s $(System.DefaultWorkingDirectory)/Ix.NET/Source/CodeCoverage.runsettings /p:DebugType=Full
4545
displayName: Run Tests
46-
46+
47+
- task: whitesource.ws-bolt.bolt.wss.WhiteSource Bolt@18
48+
displayName: 'WhiteSource Bolt'
49+
4750
- task: PowerShell@2
4851
displayName: Authenticode Sign Packages
4952
inputs:

0 commit comments

Comments
 (0)