update<Build>: using Power-Shell instead of cmd to run build script

This commit is contained in:
leo 2020-12-14 11:33:59 +08:00
parent 61fe751f13
commit 81d82630ba
4 changed files with 15 additions and 12 deletions

View file

@ -16,8 +16,15 @@
<RepositoryType>Public</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<TrimmerRootAssembly Include="System.Runtime" />
<TrimmerRootAssembly Include="System.Diagnostics.Debug" />
<TrimmerRootAssembly Include="System.Runtime.Extensions" />
</ItemGroup>
</Project>