File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ $ErrorActionPreference = "Stop"
1919<# https://stackoverflow.com/questions/16657778/install-nuget-via-powershell-script/26421187#comment107976901_48216538 #>
2020
2121[System.Net.ServicePointManager ]::SecurityProtocol = [System.Net.SecurityProtocolType ]' Tls11,Tls12'
22-
23- Install-PackageProvider - Name NuGet - RequiredVersion 2.8 .5.201 - Force
24- Import-PackageProvider - Name NuGet - RequiredVersion 2.8 .5.201
2522Install-Module - Force - Name 7Zip4Powershell
2623
2724$env: Path += " ;C:\Program Files\CMake\bin"
@@ -72,4 +69,4 @@ Copy-Item ($Base + "/Debug/grpc_node_plugin.exe") -Destination ($Base + "/build/
7269Compress-7Zip - Path ($Base + " /build" ) - Format Tar - ArchiveFileName ($Base + " /Archive.tar" )
7370Compress-7Zip - Path ($Base + " /Archive.tar" ) - Format GZip - ArchiveFileName ($OutDir + " /win32-" + $Arch + " .tar.gz" )
7471
75- & git clean - xdf .
72+ & git clean - xdf .
You can’t perform that action at this time.
0 commit comments