We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6030249 commit 0b06f10Copy full SHA for 0b06f10
azure-pipelines.ix.yml
@@ -43,7 +43,10 @@ steps:
43
projects: Ix.NET/Source/**/*.Tests.csproj
44
arguments: -c $(BuildConfiguration) --collect:"Code Coverage" -s $(System.DefaultWorkingDirectory)/Ix.NET/Source/CodeCoverage.runsettings /p:DebugType=Full
45
displayName: Run Tests
46
-
+
47
+- task: whitesource.ws-bolt.bolt.wss.WhiteSource Bolt@18
48
+ displayName: 'WhiteSource Bolt'
49
50
- task: PowerShell@2
51
displayName: Authenticode Sign Packages
52
inputs:
0 commit comments