diff --git a/azure-pipelines.ix.yml b/azure-pipelines.ix.yml index b4ddb97d9e..87fba86c4a 100644 --- a/azure-pipelines.ix.yml +++ b/azure-pipelines.ix.yml @@ -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: diff --git a/azure-pipelines.rx.yml b/azure-pipelines.rx.yml index 27e4d09264..1023c0902a 100644 --- a/azure-pipelines.rx.yml +++ b/azure-pipelines.rx.yml @@ -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