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 building Chocolatey package in build.sh #11

Closed philippgille closed 6 years ago

philippgille commented 7 years ago
philippgille commented 7 years ago
  1. In build.sh: Check if mono is installed, then download and configure chocolatey (as in this Dockerfile)
    • Maybe too many dependencies required that are contained in the mono Docker image but not on an ordinary machine? Check that!
  2. In the build-with-docker.* scripts, use the linuturk/mono-choco image, after all other files are built, then just mount the repo and choco pack the *.nuspec
philippgille commented 6 years ago

Decided just to include building a Chocolatey package in the build-with-docker.* scripts (in addition to build.ps1 which already built a Chocolatey package)