d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
16 stars 7 forks source link

Features/rsync #31

Closed ckuetbach closed 5 years ago

ckuetbach commented 5 years ago

This PR will change the bahavior of the build-process:

In the first step, all sources of the mounted docker-volume will be copied into the container instance.

rsync -r --verbose --exclude '.terraform' --exclude '.git' --exclude 'dist' --exclude '**/obj**' --exclude \ '**/bin/**' --exclude terraform --exclude '.*' --exclude 'TestResults' /build/ /buildinternal/

This is needed to separate the dotnet build process (within hte docker container) from the automatic build process from an IDE like VisualStudio. #2

I also updated versions of the build-toolset (terraform) #29 and updated the infrastructure definition #30