Skip to content
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

RuntimeFrameworkVersion enablement - final step (test projects) #711

Merged
merged 29 commits into from
May 20, 2019

Conversation

vatsan-madhavan
Copy link
Member

@vatsan-madhavan vatsan-madhavan commented May 19, 2019

This is the final change that brings tests into the fold of building using RuntimeFrameworkVersion.

This completes the work that we started at the end of Preview 4 to to use RuntimeFrameworkVersion to build the product bits (#534, #604) in order to improve the coherent-build process for core-sdk. Tests could not be enabled at that time because Arcade SDK lacked the capability to install multiple side-by-side SDK's (an extra version corresponding to $(MicrosoftNETCoreAppVersion) (defined in eng\Versions.props), needed to run tests since they would build against that version of Microsoft.NetCore.App).

This missing functionality has since been enabled by dotnet/arcade#2343 and dotnet/arcade#2815; along with these, #703 helps fix a prerequisite problem. Taken together, we are now able to build the entire repo using RuntimeFrameworkVersion against $(MicrosoftNETCoreAppVersion) version of Microsoft.NETCore.App

vatsan-madhavan and others added 25 commits May 14, 2019 22:41
…oft.DotNet.Wpf.DncEng chains correctly to the corresponding RID-specific package.
Copy link
Member

@rladuca rladuca left a comment

Choose a reason for hiding this comment

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

Seems good to me. I tested builds and tests locally and saw they were running out of the correct arch framework, etc.

eng/WpfArcadeSdk/tools/TestProjects.targets Show resolved Hide resolved
eng/WpfArcadeSdk/tools/TestProjects.targets Outdated Show resolved Hide resolved
@vatsan-madhavan vatsan-madhavan merged commit d79e015 into master May 20, 2019
@vatsan-madhavan vatsan-madhavan deleted the dev/vatsanm/multi-frmwrk branch May 20, 2019 19:14
@ghost ghost locked as resolved and limited conversation to collaborators Apr 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants