You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
The project uses [psake](https://github.com/JamesKovacs/psake) by [James Kovacs](http://jameskovacs.com/) to manage the build process. psake is a Windows PowerShell based build tool and is included in the project (psake.ps1 and psake.psm1).
The project can be built by executing psake.
> .\psake.ps1
or
> .\psake.ps1 .\default.ps1
This will build the default task which is the build task. To build any other task (clean, build, nuget) run the following command
> .\psake.ps1 .\default.ps1 [task]
Note: You may need to allow script execution by running the following command as an administrator in PowerShell
> Set-ExecutionPolicy Unrestricted
Please refer to the [psake](https://github.com/JamesKovacs/psake) project for further information.