From 0cfe913865e1a914005707f675b80fc81a78fc7c Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 23 Oct 2018 21:28:19 +0800 Subject: Update ci. --- azure-pipelines.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c817de6..fab3f89d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,10 +8,15 @@ pool: variables: solution: '**/*.sln' - buildPlatform: 'Any CPU' - buildConfiguration: 'Release' + buildPlatform: 'x64' + buildConfiguration: 'Debug' steps: +- task: ShellScript@2 + inputs: + scriptPath: 'script/install_packages.ps1' + cwd: './' + - task: VSBuild@1 inputs: solution: '$(solution)' -- cgit v1.2.3