We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5edf0 commit b49c108Copy full SHA for b49c108
common/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