Skip to content

uwx/dotnetcore-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku .NET Core Buildpack

Heroku buildpack for .NET Core 2.1 console applications.

Build status

Usage

heroku buildpacks:set https://github.com/uwx/dotnetcore-buildpack

Add to your Procfile:

dyno: cd $HOME/ProjectName && ls -l && ../heroku_output/ProjectName

And make a Projfile marking the main project:

ProjectName/ProjectName.csproj

More info

Using MyGet and other external NuGet package sources

This buildpack doesn't look for NuGet config files outside of the root folder by default. Your config folder is probably in the .nuget directory, so you can copy it there or make your own fork of the buildpack, adding this line:

cp ${BUILD_DIR}/.nuget/NuGet.config ${BUILD_DIR}/NuGet.config

About

Heroku .NET Core Buildpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.6%
  • Makefile 1.4%