Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

natemcmaster/msbuild-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.