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
9f25c1db12
commit
3d42b3e423
@ -31,7 +31,10 @@ steps:
|
|||||||
solution: '$(solution)'
|
solution: '$(solution)'
|
||||||
platform: '$(buildPlatform)'
|
platform: '$(buildPlatform)'
|
||||||
configuration: '$(buildConfiguration)'
|
configuration: '$(buildConfiguration)'
|
||||||
|
- task: Bash@3
|
||||||
|
inputs:
|
||||||
|
targetType: 'inline'
|
||||||
|
script: 'echo $(NEXUSAPIKEY) > nexus.key_cache'
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
inputs:
|
inputs:
|
||||||
platform: '$(buildPlatform)'
|
platform: '$(buildPlatform)'
|
||||||
|
Loading…
Reference in New Issue
Block a user