We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var nuspec = new NuGetPackSettings() { Id = "SomePackage", Version = "0.1.0", Authors = new [] { "a" }, Owners = new [] { "a" }, LicenseUrl = new Uri("http://opensource.org/licenses/MIT"), ProjectUrl = new Uri("https://github.com/a/a/"), RequireLicenseAcceptance = false, Symbols = false, NoPackageAnalysis = true, Description = "a", Copyright = "Copyright 2015", Tags = new [] { "a" }, Dependencies = new [] { new NuSpecDependency() { Id = "Dep1", Version = "0.1.0" }, new NuSpecDependency() { Id = "Dep2", Version = "0.1.0" } }, OutputDirectory = (DirectoryPath)Directory("./artifacts") }; NuGetPack(nuspec);
Error: Required setting Files not specified
This should be allowed, very useful for creating meta packages.
The text was updated successfully, but these errors were encountered:
@wieslawsoltes agreed. This is definitely an issue. If there are dependencies defined, then Files is not a required parameter.
Sorry, something went wrong.
cake-build#1154 - NuGetPacker, making Files collection optional when …
67068b7
…Dependencies specified
63b983f
Fixed by #1154
No branches or pull requests
This should be allowed, very useful for creating meta packages.
The text was updated successfully, but these errors were encountered: