We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510763e commit 298a83eCopy full SHA for 298a83e
Directory.Build.props
@@ -76,12 +76,7 @@
76
77
<ItemGroup>
78
<None Include="$(DoPackageIcon)" Pack="true" PackagePath="." Visible="false" />
79
- <None Include="$(DoRevFile)" Pack="true" PackagePath="." Visible="false" Condition="Exists('$(DoRevFile)')" />
80
</ItemGroup>
81
- <Target Name="ExportRev" Condition="Exists('.git\index') AND '$(Configuration)' == 'Release'">
82
- <MakeDir Directories="_Build" />
83
- <Exec Command="git rev-parse HEAD > rev.txt" WorkingDirectory="_Build" />
84
- </Target>
85
86
<Import Condition="Exists('User.Directory.Build.props')" Project="User.Directory.Build.props" />
87
</Project>
0 commit comments