Import packages.config
Opened this issue · 0 comments
jayvdb commented
fudge new
only imports the name
(id) and version
from a nuspec file.
https://chocolatey.org/docs/commandsinstall#packagesconfig is the choco format , and includes many additional fields.
The example listed is
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="apackage" />
<package id="anotherPackage" version="1.1" />
<package id="chocolateytestpackage" version="0.1" source="somelocation" />
<package id="alloptions" version="0.1.1"
source="https://somewhere/api/v2/" installArguments=""
packageParameters="" forceX86="false" allowMultipleVersions="false"
ignoreDependencies="false"
/>
</packages>