Skip to content

Commit fd61c41

Browse files
Copilotbartelink
andauthored
Simplify Azure CI detection
Agent-Logs-Url: https://github.com/jet/equinox/sessions/9be0439c-738e-4a00-bc46-2b82022886f1 Co-authored-by: bartelink <206668+bartelink@users.noreply.github.com>
1 parent 2aa6a49 commit fd61c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Tools and Tests flip this to false in order to ensure we validate with the recent one embdedded in the SDK-->
1515
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
1616

17-
<IsCiBuild Condition=" '$(CI)' == 'true' or '$(TF_BUILD)' == 'true' or '$(TF_BUILD)' == 'True' ">true</IsCiBuild>
17+
<IsCiBuild Condition=" '$(CI)' == 'true' or '$(TF_BUILD)' != '' ">true</IsCiBuild>
1818
<!-- We want to opt in to publishing nugets per library, but only in CI -->
1919
<IsPackable>false</IsPackable>
2020
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\nupkg</PackageOutputPath>

0 commit comments

Comments
 (0)