Welcome to mirror list, hosted at ThFree Co, Russian Federation.

runbuild.ps1 « Build - github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e019ffa1ab6ccc76f28a9d01104a2b0e78aa6350 (plain)
1
2
3
4
5
cls

Import-Module '..\Tools\PSake\psake.psm1'
Invoke-psake '.\build.ps1' Test -framework 3.5
Remove-Module psake