Skip to content

Commit 18ece9e

Browse files
authored
Set DOTNET_CI environment variable for xharness command (#120695)
1 parent 9d4c65d commit 18ece9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/testing/tests.ioslike.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<_AfterBuildCommands>
3434
mv $XHARNESS_OUT/AOTBuild.binlog &quot;$HELIX_WORKITEM_UPLOAD_ROOT&quot;
3535
$(_AppleSignCommand)
36-
xharness $(_AppleBuildCommand) --app &quot;$app&quot; --output-directory &quot;$output_directory&quot; --target &quot;$target&quot; --timeout &quot;$timeout&quot; --xcode &quot;$xcode_path&quot; -v --launch-timeout &quot;$launch_timeout&quot; $(_ResetSimulatorSwitch) $(_SignalAppEndSwitch) $(_AppleExpectedExitCode) --set-env=HELIX_WORKITEM_ROOT=&quot;$HELIX_WORKITEM_ROOT&quot; -- </_AfterBuildCommands>
36+
xharness $(_AppleBuildCommand) --app &quot;$app&quot; --output-directory &quot;$output_directory&quot; --target &quot;$target&quot; --timeout &quot;$timeout&quot; --xcode &quot;$xcode_path&quot; -v --launch-timeout &quot;$launch_timeout&quot; $(_ResetSimulatorSwitch) $(_SignalAppEndSwitch) $(_AppleExpectedExitCode) --set-env=DOTNET_CI=true -- </_AfterBuildCommands>
3737

3838
<RunScriptCommand>$(_AOTBuildCommand) $(_AfterBuildCommands)</RunScriptCommand>
3939
</PropertyGroup>

0 commit comments

Comments
 (0)