Skip to content

Commit 6ca5ef0

Browse files
authored
Upgrade Snippets 5000 for CPP (#1062)
* Update build-validation.yml * Add files via upload * Delete DotnetDocsTools.LocateProjects.1.0.8.nupkg * Update build-validation.yml
1 parent 3885aab commit 6ca5ef0

File tree

3 files changed

+4
-1
lines changed

3 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
@@ -8,13 +8,16 @@ on:
88
- "**.cs"
99
- "**.vb"
1010
- "**.fs"
11+
- "**.cpp"
12+
- "**.h"
1113
- "**.xaml"
1214
- "**.razor"
1315
- "**.cshtml"
1416
- "**.vbhtml"
1517
- "**.csproj"
1618
- "**.vbproj"
1719
- "**.fsproj"
20+
- "**.vcxproj"
1821
- "**global.json"
1922
- "**snippets.5000.json"
2023
branches: '*'
@@ -54,7 +57,7 @@ jobs:
5457
- name: Locate projects for PR
5558
env:
5659
GitHubKey: ${{ secrets.GITHUB_TOKEN }}
57-
LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.sln"
60+
LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.vcxproj;.sln"
5861
run: |
5962
./.github/workflows/dependencies/Get-MSBuildResults.ps1 "${{ github.workspace }}" -PullRequest ${{ github.event.number }} -RepoOwner ${{ github.repository_owner }} -RepoName ${{ github.event.repository.name }}
6063
206 KB
Binary file not shown.
-187 KB
Binary file not shown.

0 commit comments

Comments
 (0)