提交 b62933ea 编写于 作者: J Jared Parsons

Need to publish self contained on Unix as well

上级 ca43b2ed
......@@ -29,7 +29,7 @@ NEED_PUBLISH=(
for p in $NEED_PUBLISH
do
echo Publishing ${p}
dotnet publish --no-restore ${SRC_PATH}/${p} -p:RuntimeIdentifier=${RUNTIME_ID} -p:TargetFramework=${TARGET_FRAMEWORK}
dotnet publish --no-restore ${SRC_PATH}/${p} -p:RuntimeIdentifier=${RUNTIME_ID} -p:TargetFramework=${TARGET_FRAMEWORK} -p:SelfContained=true
done
# Discover and run the tests
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册