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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user