Merge pull request #439 from miketimofeev/v-mitim/win19_wdk_fix

Quick VS19 modules validation fix
This commit is contained in:
Alejandro Pauly
2020-02-20 16:34:02 -05:00
committed by GitHub

View File

@@ -175,7 +175,7 @@ function Get-VS19ExtensionVersion
exit 1
}
$stateContent = Get-Content -Path (Join-Path $instanceFolders '\state.packages.json')
$stateContent = Get-Content -Path (Join-Path $instanceFolders.FullName '\state.packages.json')
$state = $stateContent | ConvertFrom-Json
$packageVersion = ($state.packages | Where-Object { $_.id -eq $packageName }).version