Skip to content

Commit d9efc58

Browse files
committed
buildpackage: use the Nuget.exe in the cwd
Not everybody has `.` in their path, and we include `Nuget.exe` in the build package. Use that explicitly.
1 parent dede983 commit d9efc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildpackage.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ if ( -Not (Test-Path $linuxDirectory\*.so) )
3838
Set-Content $linuxDirectory\addbinaries.here $null
3939
}
4040

41-
Nuget.exe Pack nuget.package\NativeBinaries.nuspec -Version $version$versionSuffix -NoPackageAnalysis
41+
.\Nuget.exe Pack nuget.package\NativeBinaries.nuspec -Version $version$versionSuffix -NoPackageAnalysis

0 commit comments

Comments
 (0)