Merge pull request #21 from wcarroll/azure-pipelines
Force Windows build to run in PowerShell Core
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ jobs:
|
|||||||
vmImage: vs2017-win2016
|
vmImage: vs2017-win2016
|
||||||
steps:
|
steps:
|
||||||
- powershell: |
|
- powershell: |
|
||||||
.\build.ps1 -Verbose
|
pwsh -c '.\build.ps1 -Verbose'
|
||||||
displayName: 'Build and Test'
|
displayName: 'Build and Test'
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user