CI: Add workaround for exporting variables in Azure

Using '-x' to echo commands in the shell causes
the Azure process commands to be processed twice
This commit is contained in:
JohnHolmesII
2020-03-27 17:19:44 -07:00
committed by Ivan
parent cc100f4008
commit 8581a2775a
4 changed files with 23 additions and 30 deletions
+3
View File
@@ -66,6 +66,9 @@ jobs:
- bash: .travis/setup-windows.sh
displayName: Download and unpack dependencies
- bash: .travis/export-azure-vars.sh
displayName: Export Variables
- task: VSBuild@1
inputs:
solution: 'rpcs3.sln'