@microsoft/teamsfx-core 3.0.7 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/templates-config.json +1 -1
- package/build/component/m365/packageService.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"templateReleaseURL": "https://github.com/OfficeDev/microsoft-365-agents-toolkit/releases/expanded_assets",
|
|
10
10
|
"templateDownloadBasePath": "/OfficeDev/microsoft-365-agents-toolkit/releases/download",
|
|
11
11
|
"templateExt": ".zip",
|
|
12
|
-
"useLocalTemplate":
|
|
12
|
+
"useLocalTemplate": true
|
|
13
13
|
}
|
|
@@ -205,7 +205,7 @@ class PackageService {
|
|
|
205
205
|
return [titleId, appId];
|
|
206
206
|
}
|
|
207
207
|
else {
|
|
208
|
-
await (0, utils_1.waitSeconds)(
|
|
208
|
+
await (0, utils_1.waitSeconds)(7);
|
|
209
209
|
}
|
|
210
210
|
} while (true);
|
|
211
211
|
}
|
|
@@ -264,7 +264,7 @@ class PackageService {
|
|
|
264
264
|
return [titleId, appId];
|
|
265
265
|
}
|
|
266
266
|
else {
|
|
267
|
-
await (0, utils_1.waitSeconds)(
|
|
267
|
+
await (0, utils_1.waitSeconds)(7);
|
|
268
268
|
}
|
|
269
269
|
} while (true);
|
|
270
270
|
}
|