MES基础版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
217 B

  1. dotnet build .\src\aspnet-core\src\YoyoBoot.Web.Host
  2. cd .\src\aspnet-core\src\YoyoBoot.Web.Host
  3. dotnet publish -c release -o ../../../../publishold
  4. cd ../../../../
  5. 7z a publishold.zip publishold/**
  6. rd /s/q publishold