Skip to content

Commit aa646e8

Browse files
authored
Update snippets 5000 for cpp projects (#24093)
* Update build-validation.yml * Delete DotnetDocsTools.LocateProjects.1.0.9.nupkg * Add files via upload
1 parent a4c4008 commit aa646e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-validation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ on:
99
- "**.cs"
1010
- "**.vb"
1111
- "**.fs"
12+
- "**.cpp"
13+
- "**.h"
1214
- "**.xaml"
1315
- "**.razor"
1416
- "**.cshtml"
1517
- "**.vbhtml"
1618
- "**.csproj"
1719
- "**.vbproj"
1820
- "**.fsproj"
21+
- "**.vcxproj"
1922
- "**.sln"
2023
- "**global.json"
2124
- "**snippets.5000.json"
@@ -61,7 +64,7 @@ jobs:
6164
- name: Locate projects for PR
6265
env:
6366
GitHubKey: ${{ secrets.GITHUB_TOKEN }}
64-
LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.sln"
67+
LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.vcxproj;.sln"
6568
run: |
6669
./.github/workflows/dependencies/Get-MSBuildResults.ps1 "${{ github.workspace }}" -PullRequest ${{ github.event.number }} -RepoOwner ${{ github.repository_owner }} -RepoName ${{ github.event.repository.name }}
6770

0 commit comments

Comments
 (0)