From 353777ec33b5b097e0d0f4bc602811a9775ef237 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 23 Jun 2021 12:14:14 -0700 Subject: Change default VS version to 2017. (#1893) --- .github/workflows/verify-solution-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/verify-solution-file.yml b/.github/workflows/verify-solution-file.yml index f2dddd97a..efecd03a6 100644 --- a/.github/workflows/verify-solution-file.yml +++ b/.github/workflows/verify-solution-file.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: '1' - name: verify run: | - & .\premake.bat vs2015 + & .\premake.bat vs2017 $diff = & git diff if ($diff.length -ne 0) { -- cgit v1.2.3