Skip to content

Commit

Permalink
Adding on-prem x86 host
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Aug 4, 2020
1 parent 5712c11 commit 0e3aea7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Azure-Pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ stages:
targetType: Inline
script: ./Azure-Pipelines/build.ps1 -Bootstrap -Test
pwsh: true
- job: Win10_32bit
displayName: 'Windows 10 - 32 bit'
pool: 'LabPS7x86'
steps:
- task: PowerShell@2
displayName: 'Run tests (individual .ps1 files) - Windows PowerShell - x86'
inputs:
targetType: Inline
script: ./Azure-Pipelines/build.ps1 -Bootstrap -Test
- task: PowerShell@2
displayName: 'Run tests (individual .ps1 files) - PowerShell 7.1 Preview 5 - x86'
inputs:
targetType: Inline
script: ./Azure-Pipelines/build.ps1 -Bootstrap -Test
pwsh: true
- stage: CookToast
displayName: 'Cook Toast'
dependsOn: 'ThawBread'
Expand Down

0 comments on commit 0e3aea7

Please sign in to comment.