Retry previous

This commit is contained in:
jhoneill
2019-12-08 10:22:35 +00:00
parent f5a29b45df
commit d45d90c8a1

View File

@@ -12,7 +12,7 @@ trigger:
- CHANGELOG.md - CHANGELOG.md
jobs: jobs:
- job: 'Windows powershell all options' - job: 'Windows_PowerShell_all_options'
pool: pool:
vmImage: 'windows-latest' vmImage: 'windows-latest'
steps: steps:
@@ -30,7 +30,7 @@ jobs:
targetPath: '$(Build.ArtifactStagingDirectory)/ImportExcel' targetPath: '$(Build.ArtifactStagingDirectory)/ImportExcel'
artifact: 'ImportExcel' artifact: 'ImportExcel'
- job: 'PowerShell Core on Windows Build and Pester only' - job: 'PowerShell_Core_on_Windows_Build_and_Pester_only'
pool: pool:
vmImage: 'windows-latest' vmImage: 'windows-latest'
steps: steps:
@@ -44,7 +44,7 @@ jobs:
testResultsFiles: '**/TestResults*.xml' testResultsFiles: '**/TestResults*.xml'
failTaskOnFailedTests: true failTaskOnFailedTests: true
- job: 'Ubuntu Build and Pester Only' - job: 'Ubuntu_Build_and_Pester_Only'
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
steps: steps:
@@ -58,7 +58,7 @@ jobs:
testResultsFiles: '**/TestResults*.xml' testResultsFiles: '**/TestResults*.xml'
failTaskOnFailedTests: true failTaskOnFailedTests: true
- job: 'macOS Build and Pester Only' - job: 'macOS_Build_and_Pester_Only'
pool: pool:
vmImage: 'macOS-latest' vmImage: 'macOS-latest'
steps: steps: