Browse Source

Azure DevOps pwsh instead of powershell

pull/1941/head
Christoph Wille 5 years ago
parent
commit
1ec05ed5ff
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

@ -45,7 +45,7 @@ jobs: @@ -45,7 +45,7 @@ jobs:
version: '3.1.100'
installationPath: $(Agent.ToolsDirectory)/dotnet
- powershell: .\BuildTools\pipelines-install.ps1
- script: pwsh .\BuildTools\pipelines-install.ps1
displayName: Install
- task: MSBuild@1

Loading…
Cancel
Save