Johan Spännare

Results 4 comments of Johan Spännare

Same problem here! Same error locally and remotely. - Windows Server 2008 R2 - IIS sites is located at D:\inetpub > > PS D:\> ConvertTo-Dockerfile -Local -Artifact IIS -OutputPath d:\IISDocker...

Powershell script to simulate merges fast-forwards, causing GitVersion to not calculate correct semver ``` del .git -Recurse -Force git init $version = "0.1.0" git checkout -b develop git commit -am...