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

Improve build scripts so that only a specific artifact can be built #45

Closed philippgille closed 6 years ago

philippgille commented 6 years ago

Currently when running build.sh or build.ps1, the scripts build all possible artifacts. It should be possible to pass a specific target as argument, like fdd_linux-x64, leading to only the artifact for that given target being built.

This improves build times for all Docker image builds, as well as when only one artifact should be built for local use or testing.

Blocks #46.