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

Add NativeAOT publish test #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jtschuster
Copy link
Member

Adds a test to run a publish with PublishAOT=true

@jtschuster
Copy link
Member Author

@mmitche @tkapin Mind taking a look when you have a chance?

cc @agocke

var newTest = new SdkTemplateTest(
nameof(SdkTemplateTests) + "AOT", language, _scenarioTestInput.TargetRid, DotNetSdkTemplate.Console,
DotNetSdkActions.Build | DotNetSdkActions.Run | DotNetSdkActions.PublishAOT);
newTest.Execute(_sdkHelper, _scenarioTestInput.TestRoot);
Copy link
Member

Choose a reason for hiding this comment

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

Does this execute the test as well? We might want to print the value of IsDynamicCodeSupported or similar, just to prove it's Native AOT and it's running correctly.

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.

2 participants