Adding the shim of dotnet-cache

Adds filter profile option to publish
This commit is contained in:
Rama Krishnan Raghupathy 2017-01-25 18:57:14 -08:00
parent a101c703a1
commit badab4680d
8 changed files with 233 additions and 1 deletions

View file

@ -29,5 +29,9 @@
public const string VersionSuffixOption = "VERSION_SUFFIX";
public const string VersionSuffixOptionDescription = "Defines the value for the $(VersionSuffix) property in the project.";
public const string FilterProjOption = "profile.xml";
public const string FilterProjOptionDescription = "The XML file that contains the list of packages to be excluded from publish step.";
}
}