Skip to content

Instantly share code, notes, and snippets.

@jincod
Created April 23, 2014 16:34
Show Gist options
  • Save jincod/11222592 to your computer and use it in GitHub Desktop.
Save jincod/11222592 to your computer and use it in GitHub Desktop.
Run Psake tasks on TeamCity
@echo off
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& {& Scripts\nuget.exe install Psake -Version 4.3.2 -o packages; .\packages\psake.4.3.2\tools\psake.cmd .\Scripts\default.ps1 %*; exit $lastexitcode;}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment