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"
|
- "**.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 }}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user