Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Timothy Baldridge 2019-10-16 14:02:04 -07:00
parent b59ad6b8fc
commit 5302af2501

View File

@ -11,9 +11,13 @@ pool:
vmImage: 'windows-latest'
variables:
solution: 'Wabbajack.sln'
buildPlatform: 'x64'
buildConfiguration: 'Debug'
- group: my-variable-group
- name: solution
value: 'Wabbajack.sln'
- name: buildPlatform
value: 'x64'
- name: buildConfiguration
value: 'Debug'
steps:
- checkout: self