Skip to content

Commit

Permalink
Merge pull request #10256 from OfficeDev/zhiyou/merge-back
Browse files Browse the repository at this point in the history
build: merge main to dev (after VS 17.9 P1 released)
  • Loading branch information
Alive-Fish authored Nov 1, 2023
2 parents 543c58a + af0cb07 commit dab103f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/fx-core/src/core/FxCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ import {
} from "./middleware/utils/v3MigrationUtils";
import { CoreTelemetryComponentName, CoreTelemetryEvent, CoreTelemetryProperty } from "./telemetry";
import { CoreHookContext, PreProvisionResForVS, VersionCheckRes } from "./types";
import "../component/feature/sso";

export type CoreCallbackFunc = (name: string, err?: FxError, data?: any) => void | Promise<void>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<ProjectCapability Include="TeamsFx" />
<ProjectCapability Include="CopilotPlugin" />
<ProjectCapability Include="APIME" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<ProjectCapability Include="TeamsFx" />
<ProjectCapability Include="CopilotPlugin" />
<ProjectCapability Include="APIME" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<ProjectCapability Include="TeamsFx" />
<ProjectCapability Include="CopilotPlugin" />
<ProjectCapability Include="APIME" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dab103f

Please sign in to comment.