Browse Source

Azure DevOps pwsh instead of powershell

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

4
azure-pipelines.yml

@ -45,9 +45,9 @@ jobs: @@ -45,9 +45,9 @@ 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
displayName: Restore ILSpy
inputs:

Loading…
Cancel
Save