From f5a063f60eac26df6f65ba99683231912d91a2c2 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 6 Nov 2018 20:17:00 +0800 Subject: Update azure-pipelines.yml --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0af119c6..23f024aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net jobs: - - job: x86-debug + - job: x86_debug pool: vmImage: 'VS2017-Win2016' @@ -30,7 +30,7 @@ jobs: pathToPublish: '$(build.artifactStagingDirectory)' artifactName: 'executables' - - job: x64-debug + - job: x64_debug pool: vmImage: 'VS2017-Win2016' @@ -56,11 +56,11 @@ jobs: pathToPublish: '$(build.artifactStagingDirectory)' artifactName: 'executables' - - job: x86-release + - job: x86_release pool: vmImage: 'VS2017-Win2016' - dependsOn: x86-debug + dependsOn: x86_debug variables: solution: '**/*.sln' @@ -84,12 +84,12 @@ jobs: pathToPublish: '$(build.artifactStagingDirectory)' artifactName: 'executables' - - job: x64-release + - job: x64_release pool: vmImage: 'VS2017-Win2016' - dependsOn: x64-debug - + dependsOn: x64_debug + variables: solution: '**/*.sln' buildPlatform: 'x64' -- cgit v1.2.3