This repository leverages the functionalites introduce by PSake DSL (Domain Specific Language).
!The .NET app used in this project, can be found here.
- In a powershell session, run
.\build.ps1 -TaskList BuildPackagePublish -Version '1.2.3.4'. Version's format must by compliant with major.minor.revision.build semantic.
- You can add as many parameters as you need. In the 'Invoke-Psake' function, the parameter '-parameters' takes as input a PowerShell hashtable.
Invoke-psake .\build.psake.ps1 -taskList BuildPackagePublish -parameters @{"Version"="1.2.3.4"; "param1"="Value Param 1"; "param2"="Value Param 2"}