Skip to content

Support TargetFramework.Sdk in SymStore.targets - #4858

Merged
ViktorHofer merged 2 commits into
masterfrom
ViktorHofer-symstoretfm
Feb 17, 2020
Merged

Support TargetFramework.Sdk in SymStore.targets#4858
ViktorHofer merged 2 commits into
masterfrom
ViktorHofer-symstoretfm

Conversation

@ViktorHofer

Copy link
Copy Markdown
Member

Fixes dotnet/runtime#32300

This fixes the frequent failures where multiple inner builds try to write to the same location in combination with SymStore.targets. As discussed in the linked issue, we should investigate if we can change the TargetFramework.Sdk to not depend on such hacks.

cc @Anipik @ericstj

Fixes dotnet/runtime#32300

This fixes the frequent failures where multiple inner builds try to write to the same location in combination with SymStore.targets. As discussed in the linked issue, we should investigate if we can change the TargetFramework.Sdk to not depend on such hacks.
@ViktorHofer
ViktorHofer requested a review from tmat February 17, 2020 18:07

<_SymStoreOutputDir>$(ArtifactsSymStoreDirectory)$(MSBuildProjectName)\$(TargetFramework)\</_SymStoreOutputDir>
<_SymStoreTargetFramework>$(TargetFramework)</_SymStoreTargetFramework>
<!-- Support Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk TargetFrameworkSuffix property. -->

@tmat tmat Feb 17, 2020

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please file an issue to fix Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk and link it here in a comment.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done: #4859

@ViktorHofer
ViktorHofer merged commit bd2a2b0 into master Feb 17, 2020
@ViktorHofer
ViktorHofer deleted the ViktorHofer-symstoretfm branch February 17, 2020 19:21

@Anipik Anipik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"The process cannot access the file" error sporadically but frequently in CI builds

3 participants