natemcmaster / msbuild-tasks

Sample MSBuild tasks for .NET Core and NuGet. (Issues: https://github.com/natemcmaster/blog)

Home Page:http://www.natemcmaster.com/blog/2017/07/05/msbuild-task-in-nuget/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSBuild Tasks (Sample project)

Blog post: Shipping a cross-platform MSBuild task in a NuGet package

This repo contains examples of how to build MSBuild tasks that run on both "msbuild.exe" (inside Visual Studio 2017) and with "dotnet.exe" (.NET Core CLI on Windows, Linux, and macOS).

To run this sample,

  1. Install .NET Core CLI 1.0.0 or greater. See https://dot.net/core for download links.
  2. Run ./build.ps1 in PowerShell or ./build.sh from Bash.

About

Sample MSBuild tasks for .NET Core and NuGet. (Issues: https://github.com/natemcmaster/blog)

http://www.natemcmaster.com/blog/2017/07/05/msbuild-task-in-nuget/


Languages

Language:C# 40.9%Language:PowerShell 34.5%Language:Shell 24.6%