From 4a5c0dae2493b8f826bfcfd6785646516c126743 Mon Sep 17 00:00:00 2001 From: Juraj Borza Date: Sun, 14 Apr 2019 12:50:25 +0200 Subject: [PATCH 1/2] Update azure-pipelines.yml for Azure Pipelines (platform) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b1d9b1..1a238ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ pool: variables: solution: '**/*.sln' - buildPlatform: 'Any CPU' + buildPlatform: 'x86' buildConfiguration: 'Release' steps: From 8cc0f850cded56b08e2e7478e4ccf539914ad5cd Mon Sep 17 00:00:00 2001 From: Juraj Borza Date: Sun, 14 Apr 2019 13:00:37 +0200 Subject: [PATCH 2/2] Set up CI with Azure Pipelines - vm image to win2019 [skip ci] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a238ba..1b7daea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' variables: solution: '**/*.sln'