In prev version we were able to create two packages in GOCD pointing to a single nuget.
For example:
name: nuget_production
package_id: nuget_package_name
prerelease: no
name: nuget_beta
package_id: nuget_package_name
prerelease: yes
This fails with the error that a duplicate was found
In prev version we were able to create two packages in GOCD pointing to a single nuget.
For example:
name:
nuget_productionpackage_id:
nuget_package_nameprerelease:
noname:
nuget_betapackage_id:
nuget_package_nameprerelease:
yesThis fails with the error that a duplicate was found