Newbe.Build.Psake 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Newbe.Build.Psake --version 2.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Newbe.Build.Psake --version 2.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Newbe.Build.Psake&version=2.0.1
nuke :add-package Newbe.Build.Psake --version 2.0.1
  1. 下载安装netcore 2.2 及以上版本SDK
  2. 使用控制台或powershell,运行命令dotnet tool install newbe.build.psake -g
  3. 在需要安装本框架的位置使用控制台或powershell,运行命令newbe.build.psake init
  4. 按照psake规范对build.ps1进行修改。
  5. 执行build.bat便可以执行
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
3.0.1 777 5/18/2019
3.0.0 586 5/18/2019
2.1.0 588 5/17/2019
2.0.1 742 12/12/2018
1.2.2 985 12/11/2018
1.2.1 719 12/11/2018
1.2.0 2,132 5/22/2018
1.1.0 953 5/20/2018
1.0.6 1,368 12/3/2017
1.0.5 923 11/28/2017
1.0.4 980 10/23/2017

2.0 采用 dotnet tools 形态的初版本