Skip to content

ivdstudios/dotnet-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Please note: This buildpack is an experimental project and is not officially supported.

.NET Core Buildpack

This is a Heroku buildpack for building .NET Core apps using .csproj files.

Usage

Example usage:

$ heroku create --buildpack https://github.com/ivdstudios/dotnet-buildpack.git
$ git push heroku master

The buildpack will detect your app as .NET Core if it has .csproj. If the source code you want to build contains multiple .csproj files, you can use a .deployment or set a $PROJECT config var to control which one is built.

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%