-
Notifications
You must be signed in to change notification settings - Fork 652
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
Fix path separator for gitversion.dll in MSBuild task #4087
Conversation
@asbjornu the pipeline is failing. Looks like the
|
@vruss is that supposed to be a built-in function? If not, can you define it somehow? |
|
Thank you @vruss for your contribution! |
🎉 This issue has been resolved in version 6.0.0-rc.2 🎉 Your GitReleaseManager bot 📦🚀 |
Description
I looked at #2547 on how they solved the path seperator issue. The linked issue and I have still have the same issue and from looking at the code I think this can fix the issue.
Related Issue
#2993
My error I'm trying to fix:
Motivation and Context
We should not hardcode path seperators as they are environment dependent.
How Has This Been Tested?
Nothing has been tested. I can't figure out how to actually build it locally. The build.ps1 script gives me this error
Screenshots (if appropriate):
Checklist: