https://github.com/wk-j/visual-studio-cake
Simple Visual Studio extension to execute Cake tasks
https://github.com/wk-j/visual-studio-cake
Last synced: 26 days ago
JSON representation
Simple Visual Studio extension to execute Cake tasks
- Host: GitHub
- URL: https://github.com/wk-j/visual-studio-cake
- Owner: wk-j
- Created: 2016-07-22T15:06:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T08:24:10.000Z (over 5 years ago)
- Last Synced: 2025-02-08T18:15:01.524Z (3 months ago)
- Language: C#
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VisualStudio.Cake
Simple Visual Studio extension to execute Cake tasks.

## Features
### Initialize build script
- build.ps1
- build.cmd
- build.sh
- build.cake### Execute task from Main Menu
## Enabling execution of PowerShell script in Visual Studio
- Start Windows PowerShell (x86) as Administrator
- Run `Set-ExecutionPolicy RemoteSigned`