Skip to content

Commit b49c108

Browse files
Change target from BeforeBuild to BeforeCompile for AssemblyInfo generation to fix wasm build in CI
1 parent 2f5edf0 commit b49c108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Labs.Head.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<!-- https://stackoverflow.com/questions/10980249/msbuild-task-for-setting-custom-attribute-in-assemblyinfo-cs -->
6868
<!-- https://gist.github.com/KirillOsenkov/f20cb84d37a89b01db63f8aafe03f19b -->
69-
<Target Name="AddAssemblyAttributes" BeforeTargets="BeforeBuild">
69+
<Target Name="AddAssemblyAttributes" BeforeTargets="BeforeCompile">
7070
<PropertyGroup>
7171
<GeneratedAssemblyInfoPath>$(IntermediateOutputPath)AssemblyInfo.g.cs</GeneratedAssemblyInfoPath>
7272
</PropertyGroup>

0 commit comments

Comments
 (0)