-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Make a lot of experimental things release #969
Conversation
@@ -11,15 +11,12 @@ public class ImportCommand : BaseCommand | |||
[SetUp] | |||
public void Setup() | |||
{ | |||
InitializeAllFeatures(false); | |||
ConfigureFeature("export", true); | |||
CleanupTestExe(); | |||
} | |||
|
|||
[TearDown] | |||
public void TearDown() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applies to the other 2 tests' setup and teardown if you decide to do so
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// While DO still requires an explicit opt-in, we will let failures through. | ||
// When DO becomes the default, we may choose to catch exceptions and fall back to WinINet below. | ||
// If DO becomes an issue, we may choose to catch exceptions and fall back to WinINet below. | ||
// We would need to be careful not to bypass metered networks or other reasons that might |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change
Make
list
,upgrade
,uninstall
, andexport
commands no longer experimental. Also make the REST source implementation not experimental, as well as making Delivery Optimization the default downloader.Microsoft Reviewers: Open in CodeFlow