-
Notifications
You must be signed in to change notification settings - Fork 585
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
Fake.Deploy fail investigation #49
Comments
I'm not sure I follow you. Do you have CC.NET call out to FAKE? And then you're missing output from the build process? |
I have CC.NET project, that builds and packs built output into the nuget package and pushes this package to the remote machine. All this staff is made by msbuild script executed by CC.NET. Remote machine has Fake.Deploy ran as a service on it. When Fake.Deploy tries to publish pushed package it fails for some unknown reason. My question is how can I find out what happened. When Fake.Deploy ran as a console I can see fail reason in console. |
It seems this is the same bug like the newest from the mailing list. @colinbull : "I'll get onto this asap.. " ;-) |
FSI didn't seem to like executing the scripts from the system32 folder despite LocalSystem having full access to this folder. I have added a workDirectory applicationSetting to the Fake.Deploy agent and it now appears to fix the problem when it is set to a path outside of System32. Additionally I have made detecting FSI when only Fsharp 3.0 is installed possible, as well as making the detection of the ProgramFile based on CPU architecture more robust.
seems fixed |
Hello, I'm trying to use FAKE as continuous delivery system for the set of my apps (web sites, services, db scripts). When I integrate pushing of assembled nuget package to the server in CC.NET deployment process, and if deploy scripts for server side execution fails, is there any way to find out what went wrong? May be there's some kind of logging can be provided?
Thx in advance.
The text was updated successfully, but these errors were encountered: