We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02e045 commit addf462Copy full SHA for addf462
1 file changed
src/PerfProblemSimulator/PerfProblemSimulator.csproj
@@ -23,7 +23,7 @@
23
</ItemGroup>
24
25
<!-- Generate build timestamp as assembly metadata -->
26
- <Target Name="SetBuildTimestamp" BeforeTargets="CoreCompile">
+ <Target Name="SetBuildTimestamp" BeforeTargets="GetAssemblyAttributes">
27
<PropertyGroup>
28
<BuildTimestamp>$([System.DateTime]::UtcNow.ToString("o"))</BuildTimestamp>
29
</PropertyGroup>
0 commit comments