如何使用PublishSingleFile选项处理应用程序的旧版本?

时间:2019-12-03 15:15:36

标签: .net-core .net-core-3.0 .net-core-publishsinglefile

使用PublishSingleFile构建应用程序会清除旧版本吗?如果没有,那么有办法可靠地自动清理它们吗?

Csproj示例供参考:

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.0</TargetFramework>
    <PublishSingleFile>true</PublishSingleFile>
    <PublishTrimmed>true</PublishTrimmed>
    <RuntimeIdentifier>ubuntu.16.04-x64</RuntimeIdentifier>
  </PropertyGroup>

0 个答案:

没有答案