Merge branch 'master' into MultiClusterSingleDatastore
This commit is contained in:
+8
-8
@@ -18,11 +18,11 @@ pr:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Windows PowerShell 5.1 Build Job
|
# Windows PowerShell 5.1 Build Job
|
||||||
- job: Build_PS_Win2016
|
- job: Build_PS_Windows
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
cancelTimeoutInMinutes: 2
|
cancelTimeoutInMinutes: 2
|
||||||
pool:
|
pool:
|
||||||
vmImage: vs2017-win2016
|
vmImage: windows-latest
|
||||||
steps:
|
steps:
|
||||||
# Run build.ps1 script in PowerShell Core
|
# Run build.ps1 script in PowerShell Core
|
||||||
- powershell: |
|
- powershell: |
|
||||||
@@ -46,11 +46,11 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
# Windows PowerShell Core Build Job
|
# Windows PowerShell Core Build Job
|
||||||
- job: Build_PSCore_Win2016
|
- job: Build_PSCore_Windows
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
cancelTimeoutInMinutes: 2
|
cancelTimeoutInMinutes: 2
|
||||||
pool:
|
pool:
|
||||||
vmImage: vs2017-win2016
|
vmImage: windows-latest
|
||||||
steps:
|
steps:
|
||||||
# Run build.ps1 script in PowerShell Core
|
# Run build.ps1 script in PowerShell Core
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
@@ -73,11 +73,11 @@ jobs:
|
|||||||
condition: always()
|
condition: always()
|
||||||
|
|
||||||
# Linux Build Job
|
# Linux Build Job
|
||||||
- job: Build_PSCore_Ubuntu1604
|
- job: Build_PSCore_Ubuntu
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
cancelTimeoutInMinutes: 2
|
cancelTimeoutInMinutes: 2
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Run build.ps1 script in PowerShell Core
|
# Run build.ps1 script in PowerShell Core
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
@@ -112,11 +112,11 @@ jobs:
|
|||||||
condition: always()
|
condition: always()
|
||||||
|
|
||||||
# MacOS Build Job
|
# MacOS Build Job
|
||||||
- job: Build_PSCore_MacOS1013
|
- job: Build_PSCore_MacOS
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
cancelTimeoutInMinutes: 2
|
cancelTimeoutInMinutes: 2
|
||||||
pool:
|
pool:
|
||||||
vmImage: xcode9-macos10.13
|
vmImage: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
# Run build.ps1 script in PowerShell Core
|
# Run build.ps1 script in PowerShell Core
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
|
|||||||
Reference in New Issue
Block a user