Version 0.24.6 breaks build
See original GitHub issueDescription
After updating Nuke.Common to version 0.24.6 build does not work anymore.
Steps to reproduce
Relevant log output
C:\Users\XXXX\.nuget\packages\nuke.common\0.24.6\build\netcore\Nuke.MSBuildTasks.targets(24,5): error MSB4062: The "Nuke.MSBuildTasks.ExternalFilesTask" task could not be loaded from the assembly C:\Users\XXXX\.nuget\packages\nuke.common\0.24.6\build\netcore\\Nuke.MSBuildTasks.dll. Could not load file or assembly 'C:\Users\XXXX\.nuget\packages\nuke.common\0.24.6\build\netcore\Nuke.MSBuildTasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [C:\Data\src\build\_build.csproj]
Issue Analytics
- State:
 - Created 3 years ago
 - Comments:10 (4 by maintainers)
 
Top Results From Across the Web
yarn install --production is broken, installs plenty of ...
I'm running yarn 0.16.1. Given the following package.json, yarn will install wrong dependencies: { "name": "yarn-test", "version": "1.0.0", ...
Read more >"perhaps two different versions of crate `image` are being ...
It has certainly broken the project you were trying to build because it is trying to use the newer image 0.24 from the...
Read more >How do I change the version of yarn used?
I ran brew upgrade yarn to get the latest version, which is 0.24.6 . After Homebrew successfully upgrades yarn , I run yarn...
Read more >Different yarn versions on different build images is causing failures
Currently we have different versions of yarn contained in different build images: #... ... yarn --version 0.24.6. The latter image is used in...
Read more >Yarn (Install) 0.24.6
Yarn is a package manager for the npm and bower registries with a few specific focuses. Determinism: Based around a version lockfile which...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@krankenbro it’s a different exception message, so no, it’s not the same issue. It is described here with a known workaround.
As a side note, next time please don’t paste just images of stack traces that I can barely read. Having stack traces in text form is important to do efficient analysis.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.