Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "commands": {
  3. "build": {
  4. "fileName": "powershell.exe",
  5. "workingDirectory": "..",
  6. "arguments": "-ExecutionPolicy Bypass -NonInteractive -File ..\\build.ps1 -Script ..\\build.cake"
  7. },
  8. "build-only": {
  9. "fileName": "powershell.exe",
  10. "workingDirectory": "..",
  11. "arguments": "-ExecutionPolicy Bypass -NonInteractive -File ..\\build.ps1 -Script ..\\build.cake -Target \"Build\""
  12. },
  13. "publish": {
  14. "fileName": "powershell.exe",
  15. "workingDirectory": "..",
  16. "arguments": "-ExecutionPolicy Bypass -NonInteractive -File ..\\build.ps1 -Script ..\\build.cake -Target \"Package\""
  17.  
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement