-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: merge hotfix/wxp-mar to main #11231
Conversation
* refactor: office xml addin string and readme * refactor: office xml addin string and readme
* fix: add treeview telemetry rebase to main branch * fix: delete telemetry test env variable * refactor: added common isOfficeAddin property * fix: replace isOfficeAddin by officeProjectType * fix: remove telemetry test configuration * fix: remove unused err from officeDevHandlers * fix: remove useless initialization of 'officeProjectType' property * fix: change officeProjectType to officecAddinProjectType --------- Co-authored-by: Ruiqi Yang (from Dev Box) <[email protected]>
…lag (#11145) Co-authored-by: Ruiqi Yang (from Dev Box) <[email protected]>
* split different task to separate terminal * fix manifest * fix string content
feat: force the feature OfficeAddin to close[MetaOS]
- @microsoft/[email protected] - @microsoft/[email protected] - @microsoft/[email protected] - @microsoft/[email protected] - [email protected] - [email protected]
This reverts commit eadc683.
build: revert version change
fix: retire error-message
fix: create project static options
…eXMLAddin refactor: disable create office xml addin
Fx-core feat commits: CLI feat commits: Extension-toolkit feat commits: SDK feat commits: SDK React feat commits: .Net SDK feat commits: Fx-core fix commits: CLI fix commits: Extension-toolkit fix commits: SDK fix commits: SDK React fix commits: .Net SDK fix commits: |
@@ -6,6 +6,7 @@ | |||
import { TOOLS, globalVars } from "../core/globalVars"; | |||
import { ProjectTypeResult } from "./projectTypeChecker"; | |||
import { assign } from "lodash"; | |||
import { ProjectType } from "@microsoft/m365-spec-parser"; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11231 +/- ##
==========================================
+ Coverage 87.19% 87.21% +0.02%
==========================================
Files 457 457
Lines 27569 27608 +39
Branches 5528 5531 +3
==========================================
+ Hits 24038 24078 +40
Misses 1776 1776
+ Partials 1755 1754 -1
|
No description provided.