We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfff2bb commit c0fe1b2Copy full SHA for c0fe1b2
.github/workflows/instructions.yml
@@ -24,7 +24,4 @@ jobs:
24
- uses: actions/checkout@v4
25
- name: azsdk-cli verify
26
shell: pwsh
27
- run: >
28
- ./eng/scripts/Verify-McpToolReferences.ps1
29
- -InstructionsPath ./eng/common/instructions/azsdk-tools
30
- -ToolSourcePath ./tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools
+ run: ./eng/scripts/Verify-McpToolReferences.ps1 -InstructionsPath ./eng/common/instructions/azsdk-tools -ToolSourcePath ./tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools
0 commit comments