Skip to content

Commit c9bf920

Browse files
Change target from BeforeBuild to BeforeCompile for AssemblyInfo generation to fix wasm build in CI
1 parent 275016e commit c9bf920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)