We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f85424 commit 7e29d95Copy full SHA for 7e29d95
buildpackage.ps1
@@ -9,8 +9,8 @@ $versionSuffix = ""
9
if ($pre.IsPresent) { $versionSuffix = "-pre$BuildDate" }
10
11
$projectDirectory = Split-Path $MyInvocation.MyCommand.Path
12
-$x86Directory = Join-Path $projectDirectory "nuget.package\runtimes\win-x86\native"
13
-$x64Directory = Join-Path $projectDirectory "nuget.package\runtimes\win-x64\native"
+$x86Directory = Join-Path $projectDirectory "nuget.package\runtimes\win7-x86\native"
+$x64Directory = Join-Path $projectDirectory "nuget.package\runtimes\win7-x64\native"
14
$osxDirectory = Join-Path $projectDirectory "nuget.package\runtimes\osx\native"
15
$linuxDirectory = Join-Path $projectDirectory "nuget.package\runtimes\linux-x64\native"
16
0 commit comments