We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5707693 commit 001a14cCopy full SHA for 001a14c
src/MyAssembly/build/MyAssembly.targets
@@ -3,7 +3,7 @@
3
<CompilerVisibleProperty Include="MyAssemblyNamespace"/>
4
</ItemGroup>
5
6
- <PropertyGroup Condition="'$(GenerateMyAssembly)' != 'true'">
+ <PropertyGroup Condition="'$(GenerateAssemblyInfo)' != 'true'">
7
<!-- The SDK will not set these attributes to 'true' unless GenerateMyAssembly=true, so we
8
must override that
9
in order for the attributes to be collected anyways. Since GenerateMyAssembly=false, the actual
0 commit comments