Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'SolutionDir' key already exists in Properties collection. Overriding value.
Issue
A property was specified in the project file and also passed through pack command using -Properties
or -p:NuspecProperties
options.
Solution
Please ensure that is a property is defined in the project file then, you do not pass the same property through pack command using -Properties
or -p:NuspecProperties
options.