Skip to content

Commit 94fd3ef

Browse files
authoredJun 5, 2024
fix: Change Data Condition (#128)
1 parent 26e7512 commit 94fd3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎IntelliTect.Multitool/Build/IntelliTect.Multitool.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<AssemblyAttribute Condition="'$(CI)' == 'true' OR '$(ReleaseDateAttribute)' == 'true'" Include="IntelliTect.Multitool.ReleaseDate">
3+
<AssemblyAttribute Condition="'$(CI)' != '' OR '$(ReleaseDateAttribute)' == 'true'" Include="IntelliTect.Multitool.ReleaseDate">
44
<_Parameter1>$([System.DateTime]::UtcNow.ToString("O"))</_Parameter1>
55
</AssemblyAttribute>
66
</ItemGroup>
@@ -33,4 +33,4 @@
3333
Overwrite="true"
3434
Lines="$(LUTInformation)" />
3535
</Target>
36-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)