Use PowerShell Core for build and test of package in CI build (#13223)

This commit is contained in:
James Truher [MSFT] 2020-07-21 09:43:53 -07:00 committed by Travis Plunk
parent 5a310ba9d3
commit 62e3648f68
No known key found for this signature in database
GPG key ID: 3E3A55CE95A79E47

View file

@ -27,7 +27,7 @@ jobs:
displayName: Bootstrap
condition: succeededOrFailed()
- powershell: |
- pwsh: |
Import-Module .\tools\ci.psm1
New-CodeCoverageAndTestPackage
Invoke-CIFinish -NuGetKey $(NUGET_KEY)