Skip to content

Releases: kazuk/NuGetCustomBuilder

logic backport from OnBuild.PackageAssemblyForNuget

02 Jun 04:01
Compare
Choose a tag to compare

v1.0.2 bug fix release

12 Jul 09:06
Compare
Choose a tag to compare

Fix #1 again.

TargetDir を使うとクオートが必要だったので修正。 
その後手元でやってたら死ぬケース見つけたので、OutDir を使うようにした。

v1.0.1 - Bug Fix Release

12 Jul 01:01
Compare
Choose a tag to compare

Fix Issue #1
クォート不足により、Exec での実行時にコマンドのパスの途中までがコマンドとして認識されていた。

使い方その他は v1.0 と変わりません。

V1.0

11 Jul 07:31
Compare
Choose a tag to compare

V1.0 Release

How to install

put zip file to Your Documents/Visual Studio 2012/Templates/ProjectTemplates

Usage

  • Create Project with NuGetCustomBuilder Template

createproject

  • Edit targets and props, nuspec.
    editcustomtarget
  • Build the project, nupkg create on your target path
  • Push package to NuGet repository
  • Get it
    getfromrepos
  • Target is Running
    customtaskrun