Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with UNIX systems (Linux and OSX) #12

Open
JanDeDobbeleer opened this issue May 27, 2018 · 0 comments
Open

Not compatible with UNIX systems (Linux and OSX) #12

JanDeDobbeleer opened this issue May 27, 2018 · 0 comments

Comments

@JanDeDobbeleer
Copy link

JanDeDobbeleer commented May 27, 2018

I noticed a weird behavior I can't pinpoint exactly.
When I include version 2.0.0 in my Cake script it runs perfectly fine on Windows.

#addin "nuget:https://www.nuget.org/api/v2?package=Cake.DependenciesAnalyser&version=2.0.0"

 Task("Analyse-Dependencies")
     .Description("Runs the Dependencies Analyser on the solution.")
     .Does(() =>
{
     var settings = new DependenciesAnalyserSettings
     {
         Folder = "./"
     };
     AnalyseDependencies(settings);
});

However, when this is included and Cake starts on a UNIX system, the compiler starts complaining.
Removing the above code resolves the issue immediately.
I'll have a more in depth look when I've got more time but I wanted to let you know as that can take a while 😄
You can see the issue here: https://ci.appveyor.com/project/JanJoris/dotnet-core-sample/build/1.0.18/job/ijjicjy5joieu8jn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant