PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Build-Solution.ps1

https://github.com/pisscom/PoliteCaptcha
Powershell | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 8679e87eb821500579b4e60624c8bcc7 MD5 | raw file
Possible License(s): Apache-2.0
  1. $path = Split-Path $MyInvocation.MyCommand.Path
  2. $slnFile = join-path $path PoliteCaptcha.msbuild
  3. & "$(get-content env:windir)\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" $slnFile /t:PackageSolution