From 14721db394f048ddc4711e461b79f82a15650de2 Mon Sep 17 00:00:00 2001 From: Spencer Bloom Date: Thu, 6 Aug 2020 17:09:34 -0700 Subject: [PATCH] Update IntelliCode.yml --- .github/workflows/IntelliCode.yml | 2 ++ 1 file changed, 2 insertions(+) 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