Closed sampettersson closed 9 years ago
I have similar problem running aspnet sample application on heroku. Is this repository even supported?
Try this buildpack https://github.com/sampettersson/dotnet-buildpack made some minor changes making it compile and run, basically kpm restore
uses http instead of https to download packages which was the issue on dokku. Not really an advised solution, but atleast it works.
Was this issue fixed on this repo's master branch? Your fork seems to 404.
I'm having some issues running this buildpack on the dokku platform, the build process always halts at ´kpm restore´ giving out an error message like "ERROR building certificate chain:[...]".
During the push-process to a dokku server: https://gist.github.com/sampettersson/f5b7e99e30b692b76e46 Building on herokuish: https://gist.github.com/sampettersson/52a2b47366d915062ffc
Do you guys have any idea of what may be happening here?
Referencing the issue over at buildstep: https://github.com/progrium/buildstep/issues/147