-
Notifications
You must be signed in to change notification settings - Fork 651
After cloning repository to a brand new directory, build fails #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I updated Gitflow to output this build error
|
JakeGinnivan
pushed a commit
that referenced
this issue
Nov 28, 2016
Additional refactoring for caching.
Merged
kll
pushed a commit
to kll/GitVersion
that referenced
this issue
Jun 14, 2018
Test project not using $(PackageVersion_YamlDotNet)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps:
Do a git clone using SSH to a brand new folder.
Then build the solution, either in Visual Studio or in powershell using the build script.
Notice these errors:
Reason:
When I cloned, it cloned it to a develop branch. There was no master local branch.
Workaround:
Git checkout master - build
and then switch branch to develop and build.
Both master and develop local branches are necessary.
The text was updated successfully, but these errors were encountered: