copy README.md to Release.zip

This commit is contained in:
JaredDC 2021-07-03 14:10:20 +08:00
parent 8309389478
commit 652c9dd035

View file

@ -500,6 +500,7 @@ if not "$(ConfigurationName)" == "Debug" del $(TargetDir)*.pdb</PostBuildEvent>
<Import Project="..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets')" />
<PropertyGroup>
<PreBuildEvent>taskkill /f /im $(TargetFileName) /t &gt;nul 2&gt;nul
copy $(SolutionDir)..\README.md $(TargetDir) /y
set errorlevel=0</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.