We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275016e commit c9bf920Copy full SHA for c9bf920
1 file changed
Labs.Head.props
@@ -66,7 +66,7 @@
66
67
<!-- https://stackoverflow.com/questions/10980249/msbuild-task-for-setting-custom-attribute-in-assemblyinfo-cs -->
68
<!-- https://gist.github.com/KirillOsenkov/f20cb84d37a89b01db63f8aafe03f19b -->
69
- <Target Name="AddAssemblyAttributes" BeforeTargets="BeforeBuild">
+ <Target Name="AddAssemblyAttributes" BeforeTargets="BeforeCompile">
70
<PropertyGroup>
71
<GeneratedAssemblyInfoPath>$(IntermediateOutputPath)AssemblyInfo.g.cs</GeneratedAssemblyInfoPath>
72
</PropertyGroup>
0 commit comments