Update NuGet Task version to 2.* D365 Finance and operations
Kartik Hans
181
If Azure are using task version 0 and pipeline Build ending partially successful. You need to update task version and Command and arguments. Things to update. install -Noninteractive $(NugetConfigsPath)\packages.config -ConfigFile $(NugetConfigsPath)\nuget.config -Verbosity Detailed -ExcludeVersion -OutputDirectory “$(NugetsPath)”
This was originally posted here.
*This post is locked for comments