We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687d99f commit 0371253Copy full SHA for 0371253
.github/workflows/snippets5000.yml
@@ -52,5 +52,7 @@ jobs:
52
- name: Run snippets 5000 for PR
53
env:
54
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
57
run: |
58
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