saritasa-nest / saritasa-dotnet-tools

Development Tools For Company'S .NET Projects.
BSD 2-Clause "Simplified" License
27 stars 13 forks source link

SN-168 Port over the "pack" and "clean" commands to cake #80

Closed mo3ayka closed 1 year ago

mo3ayka commented 1 year ago

Create Cake.Frosting project and port psakefile.ps1 scripts in cake project

Old script launch:

Invoke-psake .\psakefile.ps1 pack Invoke-psake .\psakefile.ps1 clean

New script launch:

.\Saritasa.Cake.ps1 --target Pack .\Saritasa.Cake.ps1 --target Clean