提交 ad7416b0 编写于 作者: D David Kean

Update NuGet zip to the latest

This includes the CPS SDK so that C#/VB CPS implementation can be merged into future.
上级 b7d93a81
......@@ -3,7 +3,7 @@
REM Parse Arguments.
set NugetZipUrlRoot=https://dotnetci.blob.core.windows.net/roslyn
set NugetZipUrl=%NuGetZipUrlRoot%/nuget.32.zip
set NugetZipUrl=%NuGetZipUrlRoot%/nuget.33.zip
set RoslynRoot=%~dp0
set BuildConfiguration=Debug
set BuildRestore=false
......
......@@ -60,7 +60,7 @@ done
restore_nuget()
{
local package_name="nuget.32.zip"
local package_name="nuget.33.zip"
local target="/tmp/$package_name"
echo "Installing NuGet Packages $target"
if [ -f $target ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册