diff --git a/.github/workflows/IntelliCode.yml b/.github/workflows/IntelliCode.yml index 20f34f27592..f378bdc35e3 100644 --- a/.github/workflows/IntelliCode.yml +++ b/.github/workflows/IntelliCode.yml @@ -22,6 +22,8 @@ jobs: with: cmakeGenerator: VS16Win64 buildDirectory: ${{ github.workspace }}\build + + - run: msbuild ${{ github.workspace }}\build\ALL_BUILD.vcxproj # Trains an IntelliCode model - name: IntelliCode Team Completions