File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 119119
120120 <Message Text =" ============ Building $(RepositoryToBuild) ============" Importance =" High" />
121121
122+ <!-- Remove final slash in $(BuildRepositoryRoot) to avoid problems due to KoreBuild adding one on Windows. -->
122123 <Exec
123- Command =" ./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot) $(BuildArguments)"
124+ Command =" ./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot.TrimEnd('\\') ) $(BuildArguments)"
124125 IgnoreStandardErrorWarningFormat =" true"
125126 WorkingDirectory =" $(RepositoryRoot)"
126127 IgnoreExitCode =" true"
163164
164165 <Message Text =" ============ Testing $(RepositoryToBuild) ============" Importance =" High" />
165166
167+ <!-- Remove final slash in $(BuildRepositoryRoot) to avoid problems due to KoreBuild adding one on Windows. -->
166168 <Exec Condition =" '$(SkipTestsDueToMissingSharedFx)' != 'true' "
167- Command =" ./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot) $(BuildArguments)"
169+ Command =" ./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot.TrimEnd('\\') ) $(BuildArguments)"
168170 IgnoreStandardErrorWarningFormat =" true"
169171 WorkingDirectory =" $(RepositoryRoot)"
170172 IgnoreExitCode =" true" >
Original file line number Diff line number Diff line change 1- version:2.1.7-build-20190110.2
2- commithash:00aefcfd284db33352f35bfa2c74c65f8580e372
1+ version:2.1.7-build-20200221.1
2+ commithash:96fb43f7c4a724d7af26b053240182760ac80a9b
You can’t perform that action at this time.
0 commit comments