From 5876874001730bb1fdc0d74e72caa0ffeb644671 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 23 Oct 2018 21:33:14 +0800 Subject: Update ci. --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fab3f89d..2cc0946b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,10 +12,11 @@ variables: buildConfiguration: 'Debug' steps: -- task: ShellScript@2 +- task: PowerShell@2 inputs: - scriptPath: 'script/install_packages.ps1' - cwd: './' + targetType: 'filePath' + filePath: 'script/install_packages.ps1' + errorActionPreference: 'stop' - task: VSBuild@1 inputs: -- cgit v1.2.3