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
This commit is contained in:
Andy (Steve) De George
2021-05-06 11:41:54 -07:00
committed by GitHub
parent 3885aab154
commit 6ca5ef0da8
3 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -8,6 +8,8 @@ on:
- "**.cs" - "**.cs"
- "**.vb" - "**.vb"
- "**.fs" - "**.fs"
- "**.cpp"
- "**.h"
- "**.xaml" - "**.xaml"
- "**.razor" - "**.razor"
- "**.cshtml" - "**.cshtml"
@@ -15,6 +17,7 @@ on:
- "**.csproj" - "**.csproj"
- "**.vbproj" - "**.vbproj"
- "**.fsproj" - "**.fsproj"
- "**.vcxproj"
- "**global.json" - "**global.json"
- "**snippets.5000.json" - "**snippets.5000.json"
branches: '*' branches: '*'
@@ -54,7 +57,7 @@ jobs:
- name: Locate projects for PR - name: Locate projects for PR
env: env:
GitHubKey: ${{ secrets.GITHUB_TOKEN }} GitHubKey: ${{ secrets.GITHUB_TOKEN }}
LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.sln" LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.vcxproj;.sln"
run: | run: |
./.github/workflows/dependencies/Get-MSBuildResults.ps1 "${{ github.workspace }}" -PullRequest ${{ github.event.number }} -RepoOwner ${{ github.repository_owner }} -RepoName ${{ github.event.repository.name }} ./.github/workflows/dependencies/Get-MSBuildResults.ps1 "${{ github.workspace }}" -PullRequest ${{ github.event.number }} -RepoOwner ${{ github.repository_owner }} -RepoName ${{ github.event.repository.name }}