-
Notifications
You must be signed in to change notification settings - Fork 654
[BUG] Could not determine assembly version: System.NullReferenceException #1851
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
When updated to GitVersionTask 5.0.2 Beta the error message changes.
translated: |
So #1849 did not help with this in any way? |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
Used tool: GitVersionTask
Version 5.0.1
Project target: netcoreapp2.2
We're attempting to build a multi-stage docker image on a mac Mini. During
dotnet publish
the library fails with the following output:We're manually copying the .git folder from a parent directory that is not reachable in the docker container to the sources directory.
The strange thing is, when running docker build on our mac Mini, the library fails. When running the exact same docker build command on another macbook or a random Windows machine, it works perfectly fine. Running the build without docker on the mac Mini fails as well, so our assumption is that something is awry with the config on our mac Mini, but we have no idea where to start looking.
Using the dotnet tool instead of the MSBuild step on all three machines produces the same results.
Any help would be greatly appreciated!
Best Regards
The text was updated successfully, but these errors were encountered: