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 c75b4c9 commit 49bab1aCopy full SHA for 49bab1a
.github/workflows/snippets5000.yml
@@ -60,5 +60,7 @@ jobs:
60
- name: Run snippets 5000 for PR
61
env:
62
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
65
run: |
66
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