提交 4fd5b67f 编写于 作者: J Jared Parsons

Fix the packing issue

上级 c942d2c9
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
REM This is a script that will set environment information about where to find REM This is a script that will set environment information about where to find
REM NuGet.exe, it's version and ensure that it's present on the enlistment. REM NuGet.exe, it's version and ensure that it's present on the enlistment.
set NuGetExeFolder=%~dp0..\.. set NuGetExeFolder=%~dp0..\..\Binaries\Tools
set NuGetExe=%NuGetExeFolder%\NuGet.exe set NuGetExe=%NuGetExeFolder%\NuGet.exe
set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%NuGetExeFolder%\nuget.config" -Project2ProjectTimeOut 1200 set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%NuGetExeFolder%\nuget.config" -Project2ProjectTimeOut 1200
REM Download NuGet.exe if we haven't already
powershell -noprofile -executionPolicy Bypass -file "%~dp0download-nuget.ps1"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册