提交 2c2db250 编写于 作者: A Andy Gocke

Add a separate package for the Linux coreclr runtime

上级 65bacf87
......@@ -77,6 +77,14 @@ release_sem()
restore_nuget()
{
# restore coreclr runtime package
pushd /tmp
local coreclr_package_name="coreclr.linux.1.zip"
rm $coreclr_package_name
curl -O https://dotnetci.blob.core.windows.net/roslyn/$coreclr_package_name
unzip -uoq $coreclr_package_name -d ~/
popd
acquire_sem_or_wait "restore_nuget"
local package_name="nuget.15.zip"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册