KDISim.CheckConsolidate 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package KDISim.CheckConsolidate --version 1.2.0
NuGet\Install-Package KDISim.CheckConsolidate -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KDISim.CheckConsolidate" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KDISim.CheckConsolidate --version 1.2.0
#r "nuget: KDISim.CheckConsolidate, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KDISim.CheckConsolidate as a Cake Addin
#addin nuget:?package=KDISim.CheckConsolidate&version=1.2.0

// Install KDISim.CheckConsolidate as a Cake Tool
#tool nuget:?package=KDISim.CheckConsolidate&version=1.2.0

Readme file for CheckConsolidate.sln

Perform the Nuget consolidate check on build server (command line)

Add it to your build by using the Command Line task

Use as command line tool in TFS/VSTS build

  1. Insert two command line prompt tasks

  2. Task 1: Get Consolidate executable (Display name)

  3. Tool: nuget.exe

  4. Arguments: install KDISim.CheckConsolidate -source https://api.nuget.org/v3/index.json -ExcludeVersion -o "$(Build.SourcesDirectory)\toolspackages"

  5. Task 2: Check nuget consolidate (Display name)

  6. Tool: $(Build.SourcesDirectory)\toolspackages\KDISim.CheckConsolidate\Tools\CheckConsolidate.exe

  7. Arguments: -s (if you want the short notation)

  8. Advanced/Working folder: $(Build.SourcesDirectory)

  9. Advanced/Fail on Standard Error: true if you want red/yellow builds, false, if you just want a log

  10. Control Options: Continue on error: true if you want yellow builds, false if you want red and build stops

Options

-s Enable short notation, default is long notation with more information

-r ReportOnly, doesn't trigger yellow build in TFS/VSTS builds. Exit code always = 0.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 24,109 5/8/2018
1.4.0 1,129 2/17/2018
1.3.0 829 1/25/2018
1.2.0 1,751 11/8/2017
1.1.0 1,104 11/3/2017
1.0.0 1,111 10/19/2017

Handles packages with numbers in their end, like the MS TextTemplate packages