Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Timothy Baldridge 2019-10-12 17:00:19 -06:00
parent 3d42b3e423
commit 7bc2b04580

View File

@ -34,7 +34,7 @@ steps:
- task: Bash@3
inputs:
targetType: 'inline'
script: 'echo $(NEXUSAPIKEY) > nexus.key_cache'
script: 'echo $(NEXUSAPIKEY) > $(System.DefaultWorkingDirectory)/nexus.key_cache'
- task: VSTest@2
inputs:
platform: '$(buildPlatform)'