Przeglądaj źródła

Merge pull request #835 from dotnet/add-bolt

add bolt
Oren Novotny 7 lat temu
rodzic
commit
dd126632f4
2 zmienionych plików z 7 dodań i 1 usunięć
  1. 4 1
      azure-pipelines.ix.yml
  2. 3 0
      azure-pipelines.rx.yml

+ 4 - 1
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:

+ 3 - 0
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