We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18fe77 commit 5cf396cCopy full SHA for 5cf396c
.github/workflows/copilot-setup-steps.yml
@@ -78,8 +78,6 @@ jobs:
78
- name: Validate development tools
79
run: |
80
echo "🔍 Validating installed tools..."
81
- echo "Azure CLI: $(az --version | head -1 || echo 'Not available')"
82
- echo "GitHub CLI: $(gh --version | head -1 || echo 'Not available')"
83
echo "EF Core CLI: $(dotnet ef --version || echo 'Not available')"
84
echo "Node.js: $(node --version || echo 'Not available')"
85
echo "npm: $(npm --version || echo 'Not available')"
0 commit comments