Skip to content

jsimonweb/google-cloud-visualstudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Visual Studio Extension for Google Cloud Platform

This repo contains the source code for the Visual Studio Extension for Google Cloud Platform.

To build and install the extension you will need to have Visual Studio 2015 installed with the Visual Studio SDK feature installed. After that just open the .sln file and build it, that is really it. If you get an error during the restoration of the NuGet packages ensure that you have enabled nuget.org as a source in the NuGet Package Manager.

In order to enable Windows VM password reset feature the Google Cloud SDK needs to be installed, which you can do from here. The reset Windows VM password depends on the reset-windows-password command to be installed. To install this command install the beta command group as follows:

gcloud components install beta

Builds

We use appveyor to build on every push to this branch, the latest release build of the extension for the master branch can be found here.

Support

To get help on using the Visual Studio Extension, please log an issue with this project. While we will eventually be able to offer support on Stack Overflow or a Google+ community, for now your best bet is to report issues in this Github project.

Patches are encouraged, and may be submitted by forking this project and submitting a Pull Request. See CONTRIBUTING.md for more information.

License

Apache 2.0. See LICENSE for more information.

Packages

No packages published

Languages

  • C# 96.8%
  • JavaScript 2.1%
  • Other 1.1%