We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7cf62 commit 5c45e39Copy full SHA for 5c45e39
1 file changed
Directory.Build.props
@@ -66,8 +66,14 @@
66
</PropertyGroup>
67
68
<ItemGroup>
69
- <None Include="$(DoPackageIcon)" Pack="true" PackagePath="." Visible="false" />
70
- <None Include="$(DoRevFile)" Pack="true" PackagePath="." Visible="false" Condition="Exists('$(DoRevFile)')" />
+ <None Include="$(DoPackageIcon)" Visible="false" >
+ <PackagePath>.</PackagePath>
71
+ <Pack>true</Pack>
72
+ </None>
73
+ <None Include="$(DoRevFile)" Visible="false" Condition="Exists('$(DoRevFile)')" >
74
75
76
77
</ItemGroup>
78
<Target Name="ExportRev" Condition="Exists('.git\index') AND '$(Configuration)' == 'Release'">
79
<MakeDir Directories="_Build" />
0 commit comments