Skip to content

Add property with path to wasm runtime config#1901

Merged
DrewScoggins merged 4 commits intodotnet:mainfrom
DrewScoggins:UpdateRuntimeConfigPath
Aug 2, 2021
Merged

Add property with path to wasm runtime config#1901
DrewScoggins merged 4 commits intodotnet:mainfrom
DrewScoggins:UpdateRuntimeConfigPath

Conversation

@DrewScoggins
Copy link
Copy Markdown
Member

No description provided.

@DrewScoggins
Copy link
Copy Markdown
Member Author

Had to update this PR to include actually parsing the the values passed to --msbuild, as before we said you could provide a semicolon deliminated list, but we did not parse the input correctly to actually handle that.

@DrewScoggins DrewScoggins requested a review from billwert July 30, 2021 23:10
self.framework = args.framework
self.runtime_identifier = args.runtime
self.msbuild = args.msbuild
print(self.msbuild)
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.

Should this be deleted?

Copy link
Copy Markdown
Contributor

@billwert billwert left a comment

Choose a reason for hiding this comment

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

looks fine with one question

@DrewScoggins DrewScoggins merged commit 83f1fa2 into dotnet:main Aug 2, 2021
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