An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

## VisualStudio.Cake

Simple Visual Studio extension to execute Cake tasks.

![](VisualStudio.Cake/Core/Resources/Screen.png)

## 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`