Skip to content

Commit

Permalink
fix: add capability to templates (#9984)
Browse files Browse the repository at this point in the history
  • Loading branch information
nliu-ms authored Sep 19, 2023
1 parent 031ef48 commit 07d384c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

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

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

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

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

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

<ItemGroup>
Expand Down

0 comments on commit 07d384c

Please sign in to comment.