File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -8,30 +8,4 @@ $buildDate = (Get-Date).ToUniversalTime().ToString("yyyyMMddHHmmss")
8
8
$versionSuffix = " "
9
9
if ($pre.IsPresent ) { $versionSuffix = " -pre$BuildDate " }
10
10
11
- $projectDirectory = Split-Path $MyInvocation.MyCommand.Path
12
- $x86Directory = Join-Path $projectDirectory " nuget.package\runtimes\win7-x86\native"
13
- $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
-
17
- if ( -Not (Test-Path $x86Directory \* .dll) )
18
- {
19
- mkdir - fo $x86Directory > $null
20
- }
21
-
22
- if ( -Not (Test-Path $x64Directory \* .dll) )
23
- {
24
- mkdir - fo $x64Directory > $null
25
- }
26
-
27
- if ( -Not (Test-Path $osxDirectory \* .dylib) )
28
- {
29
- mkdir - fo $osxDirectory > $null
30
- }
31
-
32
- if ( -Not (Test-Path $linuxDirectory \* .so) )
33
- {
34
- mkdir - fo $linuxDirectory > $null
35
- }
36
-
37
11
.\nuget.exe Pack nuget.package\NativeBinaries.nuspec - Version $version$versionSuffix - NoPackageAnalysis
You can’t perform that action at this time.
0 commit comments