mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
b59ad6b8fc
commit
5302af2501
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user