philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Add creating Vagrantfile #19

Open philippgille opened 7 years ago

philippgille commented 7 years ago

Maybe not necessary if #20 (use Packer for VM image creation) gets implemented.

philippgille commented 6 years ago

Maybe use Vagrant not only for running the app, but especially for building, as an alternative to being dependent on having either the .NET Core SDK or Docker installed.