-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[iOS] Remove unnecessary newline from CI script #67861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
bc27e00
6ae7f12
b025c1a
6d76bd5
4fb433f
8136190
32e33c9
a6e0d5b
c201560
c0ca0d7
a4f69a5
fef0558
cc6c535
da9f90d
fb556ce
b874db0
9d52a51
ef30e9f
81c4779
50ae647
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,11 +25,10 @@ | |
| <_AfterBuildCommands> | ||
| mv $XHARNESS_OUT/AOTBuild.binlog "$HELIX_WORKITEM_UPLOAD_ROOT" | ||
| sign "$app" | ||
| xharness apple test --app "$app" --output-directory "$output_directory" --target "$target" --timeout "$timeout" --xcode "$xcode_path" -v --launch-timeout "$launch_timeout" $(_ResetSimulatorSwitch) $(_SignalAppEndSwitch) -- | ||
| </_AfterBuildCommands> | ||
| xharness apple test --app "$app" --output-directory "$output_directory" --target "$target" --timeout "$timeout" --xcode "$xcode_path" -v --launch-timeout "$launch_timeout" $(_ResetSimulatorSwitch) $(_SignalAppEndSwitch) -- </_AfterBuildCommands> | ||
|
||
|
|
||
| <RunScriptCommand>$(_AOTBuildCommand) $(_AfterBuildCommands)</RunScriptCommand> | ||
| </PropertyGroup> | ||
| </PropertyGroup> | ||
|
|
||
| <Import Project="$(MonoProjectRoot)\msbuild\apple\build\AppleApp.props" | ||
| Condition="'$(BuildTestsOn)' == 'local'" /> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.