File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ function build_runtime {
9696 if [ " $runtime_version_label " = servicing ]; then
9797 cp " artifacts/packages/$runtime_conf /NonShipping/Microsoft.NETCore.ILAsm.$runtime_version_prefix -" @ (dev| ci)* " .nupkg" " $OUTPUTDIR "
9898 cp " artifacts/packages/$runtime_conf /NonShipping/Microsoft.NETCore.ILDAsm.$runtime_version_prefix -" @ (dev| ci)** " .nupkg" " $OUTPUTDIR "
99+ cp " artifacts/packages/$runtime_conf /NonShipping/runtime.linux-$ARCH .Microsoft.NETCore.ILAsm.$runtime_version_prefix -" @ (dev| ci)* " .nupkg" " $OUTPUTDIR "
100+ cp " artifacts/packages/$runtime_conf /NonShipping/runtime.linux-$ARCH .Microsoft.NETCore.ILDAsm.$runtime_version_prefix -" @ (dev| ci)* " .nupkg" " $OUTPUTDIR "
99101 else
100102 cp " artifacts/packages/$runtime_conf /Shipping/runtime.linux-$ARCH .Microsoft.NETCore.ILAsm.$runtime_version .nupkg" " $OUTPUTDIR "
101103 cp " artifacts/packages/$runtime_conf /Shipping/runtime.linux-$ARCH .Microsoft.NETCore.ILDAsm.$runtime_version .nupkg" " $OUTPUTDIR "
You can’t perform that action at this time.
0 commit comments