Skip to content

Commit 0371253

Browse files
authored
Update snippets5000.yml (#10144)
1 parent 687d99f commit 0371253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snippets5000.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@ jobs:
5252
- name: Run snippets 5000 for PR
5353
env:
5454
GitHubKey: ${{ secrets.GITHUB_TOKEN }}
55+
ExtensionsCodeTriggers: .cs;.vb;.fs;.xaml;.razor;.cshtml;.vbhtml;.sln;.csproj;.fsproj;.vbproj;.proj
56+
ExtensionsProjects: .sln;.csproj;.fsproj;.vbproj;.proj
5557
run: |
5658
dotnet run --project docs-tools/snippets5000/Snippets5000/Snippets5000.csproj -- --sourcepath "${{ github.workspace }}" --pullrequest ${{ github.event.number }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)