We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa3b22 commit 89d54fbCopy full SHA for 89d54fb
convertToSingleHost.js
@@ -33,7 +33,7 @@ async function removeTestInfraStructure() {
33
deleteFolder(path.resolve(`./.azure-devops`));
34
35
await updatePackageJsonFile();
36
- await updateLaunchJsonFile();
+ await updateLaunchJsonFile("excel");
37
// delete this script
38
await unlinkFileAsync("./convertToSingleHost.js");
39
await deleteSupportFiles();
0 commit comments