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

A simple composite R2R test for singlefile apps #18366

Merged
merged 3 commits into from
Jun 19, 2021

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Jun 18, 2021

NOTE: The test is expected to fail until dotnet/runtime#53739 is merged and propagated to SDK.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

Copy link
Member

@agocke agocke left a comment

Choose a reason for hiding this comment

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

LGTM

publishCommand
.Execute(PublishSingleFile, ReadyToRun, ReadyToRunComposite, RuntimeIdentifier, extractAll ? IncludeAllContent: "")
.Should()
.Pass();
Copy link
Member

Choose a reason for hiding this comment

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

Should we run the resulting binary?

Copy link
Member Author

Choose a reason for hiding this comment

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

Right. Running the binary would be nice :-)

@VSadov VSadov merged commit 618de75 into dotnet:main Jun 19, 2021
@VSadov VSadov deleted the compositeR2Rtest branch June 19, 2021 16:30
@VSadov
Copy link
Member Author

VSadov commented Jun 19, 2021

CC: @mangod9 @AntonLapounov - sunglefile composite r2r is now functional in SDK main.

@mangod9
Copy link
Member

mangod9 commented Jun 19, 2021

This is great. Thanks @VSadov for enabling this. We should discuss whether it should be the default

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.

3 participants