Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkone committed Jul 12, 2016
1 parent bb96c8d commit 68abc5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Please enter a relative path to the "**Working Folder**".

The Task will look in "**Working folder**/**Source Folder**/**Project Name**" for a project.json and starts building this project.

This task will fail when no project can be found in the specified location.
This task will fail when no project can be found in the specified location.

If there is no need to install the "**dotnet cli**" please check the "**Skip DotNet CLI Install**" checkbox.

> All your npm, grunt, bower and so on tasks should be before this task to make sure all the generated content is included in the output.
Expand All @@ -50,6 +52,8 @@ This task is used to create Nuget packages for one or multiple projects. For the

Within the "**Advanced**" section there is a checkbox for "**Pre Release**". If this is true, the nuget package will build as prerelease with "**VERSIONNUMBER-pre-BUILDNUMBER**" in name.

If there is no need to install the "**dotnet cli**" please check the "**Skip DotNet CLI Install**" checkbox.

> The "**BUILDNUMBER**" part is taken from the "*Build number format*" under the "*Global*" tab in your build definition settings. This task takes the last number from this string.
> I recommend to set the "*Build number format*" to somthing like this:
> "**$(BuildDefinitionName)_$(BuildConfiguration)_$(Year:yy)$(DayOfYear)$(Rev:rr)**"
Expand All @@ -70,6 +74,10 @@ Please have a look here: [GitHub Issues](https://github.com/kirkone/vsts-dnx-tas

### Release Notes

#### Version 0.1.4

- Added option to skip installation of the dotnet cli in the BuildNuGetPackage and BuildWebPackage task

#### Version 0.1.1

- migrated from RC1 dnvm/dnu to RC2 and dotnet cli
Expand Down

0 comments on commit 68abc5f

Please sign in to comment.