Closed
Description
When downloading a repository as a ZIP from GitHub the build process fails, because there is no repository (.git
folder) in the zip.
I read something about a fallback strategy in the unreleased breaking_changes.md
.
Will this fix the issue?
Expected Behavior
There should be an option to default the version to 0.0.0
when no repository is found.
Steps to Reproduce
This bug was tested with HermesProxy but applies to all other projects too.
- Use GitHub to download the project as a zip
- Try to compile the solution
Your Environment
- GitVersion.MsBuild: 5.10.3
- Windows 10