build: remove PRODUCT_MOBILE_CORE reference and pinning v140 compiler tools (#4482)

This commit is contained in:
Nick Anderson 2018-06-02 23:12:09 -07:00 committed by GitHub
parent c7e571e5c3
commit 34b787122f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,6 @@ const std::map<DWORD, std::string> kOsVersion = {
"Windows Essential Business Server Messaging Server"},
{PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY,
"Windows Essential Business Server Security Server"},
{PRODUCT_MOBILE_CORE, "Windows 10 Mobile"},
{PRODUCT_MULTIPOINT_PREMIUM_SERVER,
"Windows MultiPoint Server Premium (full installation)"},
{PRODUCT_MULTIPOINT_STANDARD_SERVER,

View File

@ -70,6 +70,7 @@ function Invoke-OsqueryCmake {
$cmake = (Get-Command 'cmake').Source
$cmakeArgs = @(
'-G "Visual Studio 14 2015 Win64"',
'-T v140',
'../../'
)
$null = Start-OsqueryProcess $cmake $cmakeArgs $false