Skip to content

Commit a46550f

Browse files
mikekinsmanCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c5b4276 commit a46550f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/microsoft-build/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ The user wants to know what recent Microsoft updates are relevant to their proje
208208

209209
1. Scan the user's project for tech stack signals: package.json, requirements.txt, .csproj, go.mod, Dockerfile, bicep/terraform files, .github/workflows
210210
2. Extract dependencies, frameworks, and services in use
211-
3. If a recent event is active or recent, fetch the news and announcements page to discover announcements relevant to the inventory. This surfaces product launches, GA announcements, and preview features that may not yet appear in Learn what's-new pages or session titles.
212-
4. Query Learn MCP Server for recent what's-new pages, SDK updates, and migration guides for each identified dependency. Include any announcements discovered via the news and announcements page.
211+
3. If a recent event is active or recent, fetch the News & Announcements page to discover announcements relevant to the inventory. This surfaces product launches, GA announcements, and preview features that may not yet appear in Learn what's-new pages or session titles.
212+
4. Query Learn MCP Server for recent what's-new pages, SDK updates, and migration guides for each identified dependency. Include any announcements discovered via the News & Announcements page.
213213
5. Search for relevant sessions:
214214
- **With CLI**: Run `npx -y @microsoft/events-cli sessions --tech "[product]" --event build-2026 --json` for each major technology in the inventory
215215
- **Without CLI**: Fetch the catalog once and match against `product`, `topic`, `tags`, and `programmingLanguages` fields

0 commit comments

Comments
 (0)