We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e7512 commit 94fd3efCopy full SHA for 94fd3ef
IntelliTect.Multitool/Build/IntelliTect.Multitool.targets
@@ -1,6 +1,6 @@
1
<Project>
2
<ItemGroup>
3
- <AssemblyAttribute Condition="'$(CI)' == 'true' OR '$(ReleaseDateAttribute)' == 'true'" Include="IntelliTect.Multitool.ReleaseDate">
+ <AssemblyAttribute Condition="'$(CI)' != '' OR '$(ReleaseDateAttribute)' == 'true'" Include="IntelliTect.Multitool.ReleaseDate">
4
<_Parameter1>$([System.DateTime]::UtcNow.ToString("O"))</_Parameter1>
5
</AssemblyAttribute>
6
</ItemGroup>
@@ -33,4 +33,4 @@
33
Overwrite="true"
34
Lines="$(LUTInformation)" />
35
</Target>
36
-</Project>
+</Project>
0 commit comments