dotnet-sdk DEB package consume store by dependency

Instead of Packing along.
Edit Debian config, add download store deb package as part of the packing process as well as test.
This commit is contained in:
William Li 2017-07-13 12:07:51 -07:00
parent dcce9ce34c
commit b9c5e2ec57
4 changed files with 27 additions and 10 deletions

View file

@ -13,8 +13,10 @@ if [ $current_userid -ne 0 ]; then
fi
host_package_name="dotnet-host"
aspnetcore_package_store_package_name="^aspnetcore-store.*"
remove_all(){
apt-get purge -y $aspnetcore_package_store_package_name
apt-get purge -y $host_package_name
}