Force Windows Test to PwSh

This commit is contained in:
Wes Carroll
2019-03-28 11:01:32 -04:00
parent 3e9f450208
commit f085a8e5e0
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
vmImage: vs2017-win2016
steps:
- powershell: |
.\build.ps1 -Verbose
pwsh -c '.\build.ps1 -Verbose'
displayName: 'Build and Test'
- task: PublishTestResults@2
inputs: