From 1ec05ed5ff31b6fab3d5e94faf3ced4e614ef7bf Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 2 Mar 2020 14:01:53 +0100 Subject: [PATCH] Azure DevOps pwsh instead of powershell --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3399d8bb..d3f6bb173 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: