Skip to content

Commit addf462

Browse files
author
rhamlett_microsoft
committed
Fixed build date on dashboard
1 parent c02e045 commit addf462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PerfProblemSimulator/PerfProblemSimulator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<!-- Generate build timestamp as assembly metadata -->
26-
<Target Name="SetBuildTimestamp" BeforeTargets="CoreCompile">
26+
<Target Name="SetBuildTimestamp" BeforeTargets="GetAssemblyAttributes">
2727
<PropertyGroup>
2828
<BuildTimestamp>$([System.DateTime]::UtcNow.ToString("o"))</BuildTimestamp>
2929
</PropertyGroup>

0 commit comments

Comments
 (0)