Adding the shim of dotnet-cache
Adds filter profile option to publish
This commit is contained in:
parent
a101c703a1
commit
badab4680d
8 changed files with 233 additions and 1 deletions
|
@ -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.";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue