From 879980c58b32be3537319ffc62fd56f3cb51a7e9 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:10:29 -0700 Subject: [PATCH] Update snippets5000.yml --- .github/workflows/snippets5000.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/snippets5000.yml b/.github/workflows/snippets5000.yml index 57fceb9bf92..4ff481a6364 100644 --- a/.github/workflows/snippets5000.yml +++ b/.github/workflows/snippets5000.yml @@ -52,5 +52,7 @@ jobs: - name: Run snippets 5000 for PR env: GitHubKey: ${{ secrets.GITHUB_TOKEN }} + ExtensionsCodeTriggers: .cs;.vb;.fs;.xaml;.razor;.cshtml;.vbhtml;.sln;.csproj;.fsproj;.vbproj;.proj + ExtensionsProjects: .sln;.csproj;.fsproj;.vbproj;.proj run: | 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 }}