update<Build>: change publish batch command

This commit is contained in:
leo 2020-12-14 10:47:55 +08:00
parent d69db0289e
commit 3f7f180694
4 changed files with 8 additions and 7 deletions

View file

@ -16,4 +16,8 @@
<RepositoryType>Public</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project>