We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3fe12 commit 8288c22Copy full SHA for 8288c22
1 file changed
src/AppInstallerCLIE2ETests/SourceCommand.cs
@@ -14,6 +14,15 @@ namespace AppInstallerCLIE2ETests
14
/// </summary>
15
public class SourceCommand : BaseCommand
16
{
17
+ /// <summary>
18
+ /// One time set up.
19
+ /// </summary>
20
+ [OneTimeSetUp]
21
+ public void OneTimeSetup()
22
+ {
23
+ WinGetSettingsHelper.ConfigureFeature("sourceEdit", true);
24
+ }
25
+
26
/// <summary>
27
/// Test set up.
28
0 commit comments