This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
inputs :
108
108
targetType : ' filePath'
109
109
filePath : ' build.sh'
110
- arguments : --target cg-android --ANDROID_RENDERERS="$(renderers)" --GoogleMapsAPIKey="$(GoogleMapsAPIKey)" --BUILD_CONFIGURATION=${{ parameters.buildConfiguration }} --MSBuildArguments='${{ variables.MSBuildArguments_cg_android }}'
110
+ arguments : --target cg-android --ANDROID_RENDERERS="$(renderers)" --GoogleMapsAPIKey="$(GoogleMapsAPIKey)" --BUILD_CONFIGURATION=${{ parameters.buildConfiguration }} --MSBuildArguments='${{ variables.MSBuildArguments_cg_android }} '
111
111
112
112
- task : CopyFiles@2
113
113
displayName : ' Copy $(renderers)'
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ steps:
80
80
inputs :
81
81
targetType : ' filePath'
82
82
filePath : ' build.sh'
83
- arguments : --target cg-ios --BUILD_CONFIGURATION=$(buildConfiguration) --MSBuildArguments='${{ variables.MSBuildArguments_cg_ios }}'
83
+ arguments : --target cg-ios --BUILD_CONFIGURATION=$(buildConfiguration) --MSBuildArguments='${{ variables.MSBuildArguments_cg_ios }} '
84
84
85
85
- task : Bash@3
86
86
displayName : ' Build iOS Tests'
87
87
inputs :
88
88
targetType : ' filePath'
89
89
filePath : ' build.sh'
90
- arguments : --target cg-ios-build-tests -BUILD_CONFIGURATION=$(buildConfiguration) --MSBuildArguments='${{ variables.MSBuildArguments_cg_ios }}'
90
+ arguments : --target cg-ios-build-tests -- BUILD_CONFIGURATION=$(buildConfiguration) --MSBuildArguments='${{ variables.MSBuildArguments_cg_ios }} '
91
91
92
92
- task : CopyFiles@2
93
93
displayName : ' Copy iOS Files for UITest'
Original file line number Diff line number Diff line change 29
29
# version: $(DOTNET_VERSION)
30
30
# packageType: 'sdk'
31
31
32
- - script : build.cmd -Target cg-uwp-build-tests -ScriptArgs '-BUILD_CONFIGURATION="$(BuildConfiguration)"'
32
+ - script : build.cmd -Target cg-uwp-build-tests -ScriptArgs '- -BUILD_CONFIGURATION="$(BuildConfiguration)"'
33
33
condition : eq(variables['BuildConfiguration'], 'Release')
34
34
displayName : ' Build Tests and APPX'
35
35
You can’t perform that action at this time.
0 commit comments