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 GitHub
parent 8bea610865
commit 9acef7d41f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)