-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
runtime build failure: "GenerateFileVersionProps" task could not be loaded because installer.tasks.dll not found #46020
Comments
@trylek who reported the issue? This sounds very similar to restore issues where the build doesn't fail even though restore isn't entirely successful which is something that Nuget controls and we can't fix. |
If it was you who encountered the issue, do you still have the full build log available to verify my assumption? |
@ViktorHofer - yes, I hit the issue locally, happens to me quite often. I reran the build yesterday after hitting this so I'm afraid I don't have the logs readily available but I'll collect them the next time this reproes - what particular logs are you interested in? I must admit I'm not aware of any "single global log", according to my knowledge for instance CoreCLR build emits a series of smaller logs covering the various build steps (individual msbuild executions). |
AFAIK the global build log should be in |
Initial cost estimate: 2 days
Initial contacts: @trylek, @ViktorHofer, @safern
OS: Windows
Architecture: x86
Configuration: Release
Repro steps (non-deterministic): build clr+libs+libs.tests -a x86 -c Release
The text was updated successfully, but these errors were encountered: