Skip to content

Commit 001a14c

Browse files
try and fix
1 parent 5707693 commit 001a14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MyAssembly/build/MyAssembly.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<CompilerVisibleProperty Include="MyAssemblyNamespace"/>
44
</ItemGroup>
55

6-
<PropertyGroup Condition="'$(GenerateMyAssembly)' != 'true'">
6+
<PropertyGroup Condition="'$(GenerateAssemblyInfo)' != 'true'">
77
<!-- The SDK will not set these attributes to 'true' unless GenerateMyAssembly=true, so we
88
must override that
99
in order for the attributes to be collected anyways. Since GenerateMyAssembly=false, the actual

0 commit comments

Comments
 (0)