aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml9
1 files changed, 7 insertions, 2 deletions
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)'