error MSB4044: The "KillProcess" task was not given a value for the required parameter "ImagePath"
We moved our project from VS 2015 to VS 2017. Builds fine on local but on deployment fails in app harbor with the above message.
I found https://stackoverflow.com/questions/47964233/asp-net-mvc-project-bu... which is for travis-ci.
Is there a work-around that needs to be done in AppHarbor?
Thanks,
Vishal
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by bitloka on 28 Mar, 2018 06:08 PM
I believe the error was due to unneeded reference to Microsoft.CodeDom.Providers.DotNetCompilerPlatform. After taking the ref out, builds fine.
bitloka closed this discussion on 28 Mar, 2018 06:09 PM.