Gz-VisualStudio

0.1.0


# Gz-VisualStudio Module

A powershell module that facilitates invoking msbuild
and the Visual Studio test console with powershell cmdlets.

On non-windows systems, only Read-GzVisualStudioSolution is currently
available.

The most useful commands are:

- **Invoke-GzMsBuild** -- invokes a build using ms build
- **Invoke-GzVisualStudioBuild** -- invokes a

# Gz-VisualStudio Module

A powershell module that facilitates invoking msbuild
and the Visual Studio test console with powershell cmdlets.

On non-windows systems, only Read-GzVisualStudioSolution is currently
available.

The most useful commands are:

- **Invoke-GzMsBuild** -- invokes a build using ms build
- **Invoke-GzVisualStudioBuild** -- invokes a build using ms build installed by visual studio.
- **Invoke-GzVisualStudioTestConsole** -- invokes the visual studio test console to test assemblies.
- **Read-GzVisualStudioSolution** -- read solution files and provides metadata for projects in the solution such as project path, project types, etc.
- **Add-GzVisualStudioAlias** -- addes the following aliases
 - Add-VsVersionAlias => Add-GzVisualStudioVersionAlias
 - Clear-VsVersionCache => Clear-GzVisualStudioVersionCache
 - Get-MsBuildPath => Get-GzMsBuildPath
 - Get-VsBuildToolsPath => Get-GzVisualStudioBuildToolsPath
 - Get-VsPath => Get-GzVisualStudioPath
 - Get-VsTestPath => Get-GzVisualStudioTestConsolePath
 - Get-VsVersion => Get-GzVisualStudioVersion
 - Invoke-MsBuild => Invoke-GzMsBuild
 - Invoke-VsBuild => Invoke-GzVisualStudioBuild
 - Invoke-VsTest => Invoke-GzVisualStudioTestConsole
 - Read-VsSolution => Read-GzVisualStudioSolution
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Gz-VisualStudio

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Gz-VisualStudio

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018-2019 Michael Herndon, Nerdy Mishka. All rights reserved.

Package Details

Author(s)

  • Michael Herndon Nerdy Mishka

Tags

VisualStudio VS MsBuild Test VsTest DevOps Gz Gainz NerdyMishka

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes


- 0.1.0 -- Early Release to gather feedback.
     

FileList

Version History

Version Downloads Last updated
0.1.0 (current version) 516 3/17/2019