Skip to content

Commit 17e36dc

Browse files
authored
Unblock release pipeline (temporary fix) (#2792)
* try M365 template * adjust size limit and use unofficial template
1 parent 451b470 commit 17e36dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"brotli": false,
163163
"path": "./packages/teams-js/dist/esm/packages/teams-js/src/index.js",
164164
"import": "{ app, authentication, pages }",
165-
"limit": "57.20 KB"
165+
"limit": "57.204 KB"
166166
},
167167
{
168168
"brotli": false,

tools/releases/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resources:
1717
ref: refs/tags/release
1818

1919
extends:
20-
template: v1/Office.Official.PipelineTemplate.yml@OfficePipelineTemplates
20+
template: v1/Office.Unofficial.PipelineTemplate.yml@OfficePipelineTemplates
2121
parameters:
2222
pool:
2323
name: Azure-Pipelines-1ESPT-ExDShared

0 commit comments

Comments
 (0)