Skip to content

Commit 49bab1a

Browse files
authored
Update default file types for Snippets 5000 (dotnet#41880)
1 parent c75b4c9 commit 49bab1a

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
@@ -60,5 +60,7 @@ jobs:
6060
- name: Run snippets 5000 for PR
6161
env:
6262
GitHubKey: ${{ secrets.GITHUB_TOKEN }}
63+
ExtensionsCodeTriggers: .cs;.vb;.fs;.xaml;.razor;.cshtml;.vbhtml;.sln;.csproj;.fsproj;.vbproj;.proj
64+
ExtensionsProjects: .sln;.csproj;.fsproj;.vbproj;.proj
6365
run: |
6466
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)