diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index 3dd30f3..f71fb3d 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -8,6 +8,8 @@ on: - "**.cs" - "**.vb" - "**.fs" + - "**.cpp" + - "**.h" - "**.xaml" - "**.razor" - "**.cshtml" @@ -15,6 +17,7 @@ on: - "**.csproj" - "**.vbproj" - "**.fsproj" + - "**.vcxproj" - "**global.json" - "**snippets.5000.json" branches: '*' @@ -54,7 +57,7 @@ jobs: - name: Locate projects for PR env: GitHubKey: ${{ secrets.GITHUB_TOKEN }} - LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.sln" + LocateExts: ".cs;.vb;.fs;.cpp;.h;.xaml;.razor;.cshtml;.vbhtml;.csproj;.fsproj;.vbproj;.vcxproj;.sln" run: | ./.github/workflows/dependencies/Get-MSBuildResults.ps1 "${{ github.workspace }}" -PullRequest ${{ github.event.number }} -RepoOwner ${{ github.repository_owner }} -RepoName ${{ github.event.repository.name }} diff --git a/.github/workflows/dependencies/DotnetDocsTools.LocateProjects.1.0.10.nupkg b/.github/workflows/dependencies/DotnetDocsTools.LocateProjects.1.0.10.nupkg new file mode 100644 index 0000000..3cc8f81 Binary files /dev/null and b/.github/workflows/dependencies/DotnetDocsTools.LocateProjects.1.0.10.nupkg differ diff --git a/.github/workflows/dependencies/DotnetDocsTools.LocateProjects.1.0.8.nupkg b/.github/workflows/dependencies/DotnetDocsTools.LocateProjects.1.0.8.nupkg deleted file mode 100644 index a88249a..0000000 Binary files a/.github/workflows/dependencies/DotnetDocsTools.LocateProjects.1.0.8.nupkg and /dev/null differ