Skip to content

Commit 7e29d95

Browse files
author
Edward Thomson
committed
buildpackage: use win7 RID
The targets are `win7-x86` and `win7-x64`; test those and avoid dropping the dummy stub files in `win-x..` directories.
1 parent 5f85424 commit 7e29d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpackage.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ $versionSuffix = ""
99
if ($pre.IsPresent) { $versionSuffix = "-pre$BuildDate" }
1010

1111
$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"
12+
$x86Directory = Join-Path $projectDirectory "nuget.package\runtimes\win7-x86\native"
13+
$x64Directory = Join-Path $projectDirectory "nuget.package\runtimes\win7-x64\native"
1414
$osxDirectory = Join-Path $projectDirectory "nuget.package\runtimes\osx\native"
1515
$linuxDirectory = Join-Path $projectDirectory "nuget.package\runtimes\linux-x64\native"
1616

0 commit comments

Comments
 (0)