Merge pull request #21 from wcarroll/azure-pipelines

Force Windows build to run in PowerShell Core
This commit is contained in:
Wes Carroll
2019-03-28 11:10:55 -04:00
committed by GitHub
+1 -1
View File
@@ -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: