GitXplorerGitXplorer
n

msbuild-tasks

public
65 stars
14 forks
0 issues

Commits

List of commits on branch master.
Unverified
a6ed77fc80a8c7f2c9801748b760d643e5eb866e

Add link to blog post

nnatemcmaster committed 8 years ago
Unverified
4df4ce5d4cf17ab768d0fbe24681b61e43c452f4

Remove unneeded package reference

nnatemcmaster committed 8 years ago
Unverified
f1df1e1b00ea33c5f35b00b6c3b8caf74b9578ba

Set properties as local-only

nnatemcmaster committed 8 years ago
Unverified
e7c4b68f85e8a049796c9fc89e2cfe47a291018d

Fix powershell bug

nnatemcmaster committed 8 years ago
Unverified
66e844dd21ceb78ebf518fe97fbbbd34cafdb31e

Minor tweaks and improvements

nnatemcmaster committed 8 years ago
Unverified
39ba693075960390cac83438921be5594fa1130b

Update for RTM tooling

nnatemcmaster committed 8 years ago

README

The README file for this repository.

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.