TFS Automatic Build : Nuget Pack fail with code(1)
问题 I'm trying to implement automatic builds in TFS for a WPF project. The automatic build works great, but I can't prepare a nuget package with the project. Here is my build process in TFS : If I remove NuGet pack and NuGet push, it works without trouble. Here is the messages I get by TFS: Found packages.config. Using packages listed as dependencies NuGet.CommandLine.CommandLineException: Unable to find 'Extended.Wpf.Toolkit.3.3.0.nupkg'. Make sure the project has been built. at NuGet