Skip to content

Commit

Permalink
fix: Change Data Condition (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis authored Jun 5, 2024
1 parent 26e7512 commit 94fd3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IntelliTect.Multitool/Build/IntelliTect.Multitool.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<AssemblyAttribute Condition="'$(CI)' == 'true' OR '$(ReleaseDateAttribute)' == 'true'" Include="IntelliTect.Multitool.ReleaseDate">
<AssemblyAttribute Condition="'$(CI)' != '' OR '$(ReleaseDateAttribute)' == 'true'" Include="IntelliTect.Multitool.ReleaseDate">
<_Parameter1>$([System.DateTime]::UtcNow.ToString("O"))</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
Expand Down Expand Up @@ -33,4 +33,4 @@
Overwrite="true"
Lines="$(LUTInformation)" />
</Target>
</Project>
</Project>

0 comments on commit 94fd3ef

Please sign in to comment.