Skip to content

Commit

Permalink
Update CI Files
Browse files Browse the repository at this point in the history
  • Loading branch information
FraserGreenroyd authored and peterjamesnugent committed Mar 13, 2020
1 parent 0dac890 commit 3f54ca2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .ci/check-all-depandants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

trigger:
- master
pr:
- master

pool:
vmImage: 'vs2017-win2016'
Expand Down Expand Up @@ -62,4 +64,4 @@ steps:
- task: PowerShell@2
displayName: 'Clone and Build all Dependencies'
inputs:
filePath: '$(Build.SourcesDirectory)/Test_Toolkit/CloneAndBuildDependencies.ps1'
filePath: '$(Build.SourcesDirectory)/Test_Toolkit/CloneAndBuildDependencies.ps1'
4 changes: 3 additions & 1 deletion .ci/check-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

trigger:
- master
pr:
- master

pool:
vmImage: 'vs2017-win2016'
Expand Down Expand Up @@ -57,4 +59,4 @@ steps:
- task: PowerShell@2
displayName: 'Clone and Build Core Dependencies'
inputs:
filePath: '$(Build.SourcesDirectory)/Test_Toolkit/CloneAndBuildCore.ps1'
filePath: '$(Build.SourcesDirectory)/Test_Toolkit/CloneAndBuildCore.ps1'
4 changes: 3 additions & 1 deletion .ci/check-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

trigger:
- master
pr:
- master

pool:
vmImage: 'vs2017-win2016'
Expand Down Expand Up @@ -40,4 +42,4 @@ steps:
- task: PowerShell@2
displayName: 'Run BHoM_Installer tasks'
inputs:
filePath: '$(Build.SourcesDirectory)/Test_Toolkit/BuildInstaller.ps1'
filePath: '$(Build.SourcesDirectory)/Test_Toolkit/BuildInstaller.ps1'
4 changes: 3 additions & 1 deletion .ci/run-compliance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

trigger:
- master
pr:
- master

pool:
vmImage: 'vs2017-win2016'
Expand Down Expand Up @@ -58,4 +60,4 @@ steps:
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: '$(Build.SourcesDirectory)/Test_Toolkit/Build/CodeComplianceTest_Test.dll'
runSettingsFile: '.ci/testSettings.runsettings'
runSettingsFile: '.ci/testSettings.runsettings'

0 comments on commit 3f54ca2

Please sign in to comment.