-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Strange usage of Cake.Core.dll when executing cake sub process #1775
Comments
@devlead ^^ |
devlead
added a commit
to devlead/cake
that referenced
this issue
Aug 31, 2017
* Address Executing assembly issue * Add support for Cake script on Cake.CoreCLR * Remove no longer needed special .NET Core ToolPath in integration tests * fixes cake-build#1775
devlead
added a commit
to devlead/cake
that referenced
this issue
Aug 31, 2017
* Address Executing assembly issue * Add support for Cake script on Cake.CoreCLR * Remove no longer needed special .NET Core ToolPath in integration tests * fixes cake-build#1775
devlead
added a commit
to devlead/cake
that referenced
this issue
Aug 31, 2017
* Address Executing assembly issue * Add support for Cake script on Cake.CoreCLR * Remove no longer needed special .NET Core ToolPath in integration tests * fixes cake-build#1775
devlead
added a commit
to devlead/cake
that referenced
this issue
Aug 31, 2017
* Address Executing assembly issue * Add support for Cake script on Cake.CoreCLR * Remove no longer needed special .NET Core ToolPath in integration tests * fixes cake-build#1775
devlead
added a commit
to devlead/cake
that referenced
this issue
Aug 31, 2017
* Address Executing assembly issue * Add support for Cake script on Cake.CoreCLR * Remove no longer needed special .NET Core ToolPath in integration tests * fixes cake-build#1775
devlead
added a commit
to devlead/cake
that referenced
this issue
Sep 4, 2017
* Address Executing assembly issue * Add support for Cake script on Cake.CoreCLR * Remove no longer needed special .NET Core ToolPath in integration tests * fixes cake-build#1775
devlead
added a commit
to devlead/cake
that referenced
this issue
Sep 7, 2017
* Address Executing assembly issue * Add support for Cake script on Cake.CoreCLR * Remove no longer needed special .NET Core ToolPath in integration tests * fixes cake-build#1775
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When testing the Cake.Recipe Integration Tests (which spin up sub Cake processes to test building actual projects) I ran into this issue:
Where rather than executing Cake.exe, it was executing Cake.Core.dll.
The text was updated successfully, but these errors were encountered: