Skip to content

Conversation

HuihuiWu-Microsoft
Copy link
Contributor

@HuihuiWu-Microsoft HuihuiWu-Microsoft commented Sep 8, 2025

Provide help link when user failed to upload package. Reuse the existing aka link and I'll update the wiki content later
ADO: fix #2.1 in https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/34648353/?view=edit
Screenshot:
image

Copy link

codecov bot commented Sep 8, 2025

Codecov Report

❌ Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.09%. Comparing base (e6fefc6) to head (d8abd39).
⚠️ Report is 21 commits behind head on release/6.2.

Files with missing lines Patch % Lines
...kages/fx-core/src/component/m365/packageService.ts 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           release/6.2   #14485      +/-   ##
===============================================
- Coverage        90.09%   90.09%   -0.01%     
===============================================
  Files              650      650              
  Lines            39003    39008       +5     
  Branches          7744     7711      -33     
===============================================
+ Hits             35141    35144       +3     
- Misses            1746     1747       +1     
- Partials          2116     2117       +1     
Files with missing lines Coverage Δ
packages/fx-core/src/component/m365/constants.ts 100.00% <100.00%> (ø)
packages/fx-core/src/component/m365/errors.ts 100.00% <100.00%> (ø)
...kages/fx-core/src/component/m365/packageService.ts 90.48% <60.00%> (-0.47%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

export const outlookBaseUrl = "https://outlook.office.com";
export const officeBaseUrl = "https://www.office.com";
export const advancedDASettingUrl = "https://aka.ms/atk-actions/teamsapp-extendToM365";
export const M365HelpLink = "https://aka.ms/teamsfx-actions/teamsapp-extendToM365";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we avoid using teamsfx in URL?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the existing aka link. I don't think we can remove it for now since it'll break former version.

@wh-alice wh-alice merged commit cd55137 into OfficeDev:release/6.2 Sep 11, 2025
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants