Skip to content

Commit be39ada

Browse files
authored
Install azsdk mcp server in copilot setup steps (#46175)
1 parent da23c85 commit be39ada

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Copilot Setup Steps
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
copilot-setup-steps:
7+
runs-on: ubuntu-latest
8+
9+
permissions:
10+
contents: read
11+
12+
steps:
13+
- name: Checkout code
14+
uses: actions/checkout@v4
15+
16+
- name: Install azsdk mcp server
17+
shell: pwsh
18+
run: |
19+
./eng/common/mcp/azure-sdk-mcp.ps1 -InstallDirectory $HOME/bin
20+

0 commit comments

Comments
 (0)