From 19b1d99f46c712c6aa1177885598fa0572cd27c9 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Wed, 25 Sep 2019 22:03:40 -0600 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 19af8fee..960e54a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: vmImage: 'windows-latest' variables: - solution: '**/*.sln' + solution: 'Wabbajack.sln' buildPlatform: 'x64' buildConfiguration: 'Debug'