aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-10-23 21:33:14 +0800
committercrupest <crupest@outlook.com>2018-10-23 21:33:14 +0800
commit5876874001730bb1fdc0d74e72caa0ffeb644671 (patch)
treee5dae918d0355dce6159e1ef667c68c594768e5a
parent0cfe913865e1a914005707f675b80fc81a78fc7c (diff)
downloadcru-5876874001730bb1fdc0d74e72caa0ffeb644671.tar.gz
cru-5876874001730bb1fdc0d74e72caa0ffeb644671.tar.bz2
cru-5876874001730bb1fdc0d74e72caa0ffeb644671.zip
Update ci.
-rw-r--r--azure-pipelines.yml7
1 files changed, 4 insertions, 3 deletions
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: