Skip to content

Commit

Permalink
Switch nanoFramework build to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 4, 2022
1 parent 06da6d1 commit ffd87fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/build-functions.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $nuget = "$root\Tools\NuGet.exe"
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
$msbuild = & $vswhere -latest -products * -requires Microsoft.Component.MSBuild -property installationPath
if ($msbuild) {
$msbuild = join-path $msbuild 'MSBuild\Current\Bin\MSBuild.exe'
$msbuild = join-path $msbuild 'MSBuild\Current\Bin\amd64\MSBuild.exe'
}

import-module $PSScriptRoot\build-pack-nano-nugets.psm1
Expand Down

0 comments on commit ffd87fa

Please sign in to comment.