MSBuilder.Run 0.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MSBuilder.Run --version 0.1.1
NuGet\Install-Package MSBuilder.Run -Version 0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSBuilder.Run" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSBuilder.Run --version 0.1.1
#r "nuget: MSBuilder.Run, 0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MSBuilder.Run as a Cake Addin
#addin nuget:?package=MSBuilder.Run&version=0.1.1

// Install MSBuilder.Run as a Cake Tool
#tool nuget:?package=MSBuilder.Run&version=0.1.1

Runs an executable with optional arguments, and returns the standard output as an output parameter.

Usage:
 <Run Exe="$(Git)" Args="log HEAD" WorkingDir="$(MSBuildProjectDirectory)">
   <Output TaskParameter="Output" PropertyName="HeadSha" />
 </Run>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 1,823 2/19/2015
0.1.2 1,661 2/11/2015
0.1.1 1,178 2/10/2015