-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Add support for asking more of 'open' when launching desktop…
… apps. (#18366) * Add support for forwarding our debugging msbuild properties to their corresponding environment variables (the XamarinDebug* properties). * Add support for passing --stdout/--stderr/--stdin to open to redirect to/from a file. This is particularly useful for debugging debugging. * Add support for passing -a (to always create a new instance of the app). This is useful when debugging (when the developer would always want a new instance, instead of opening an existing instance). * Also add support for any other argument using the 'OpenArguments' property. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1825427.
- Loading branch information
1 parent
c5ef1a0
commit 3e13f66
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.