Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Timothy Baldridge 2019-09-25 22:03:40 -06:00
parent 6447fe44e7
commit 19b1d99f46

View File

@ -10,7 +10,7 @@ pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
solution: 'Wabbajack.sln'
buildPlatform: 'x64'
buildConfiguration: 'Debug'