mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 00:56:03 +02:00
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:
@@ -8,6 +8,8 @@ on:
|
||||
- "**.cs"
|
||||
- "**.vb"
|
||||
- "**.fs"
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.xaml"
|
||||
- "**.razor"
|
||||
- "**.cshtml"
|
||||
@@ -15,6 +17,7 @@ on:
|
||||
- "**.csproj"
|
||||
- "**.vbproj"
|
||||
- "**.fsproj"
|
||||
- "**.vcxproj"
|
||||
- "**global.json"
|
||||
- "**snippets.5000.json"
|
||||
branches: '*'
|
||||
@@ -54,7 +57,7 @@ jobs:
|
||||
- name: Locate projects for PR
|
||||
env:
|
||||
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: |
|
||||
./.github/workflows/dependencies/Get-MSBuildResults.ps1 "${{ github.workspace }}" -PullRequest ${{ github.event.number }} -RepoOwner ${{ github.repository_owner }} -RepoName ${{ github.event.repository.name }}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user