Publishes the binaries and native installers.

This commit is contained in:
Livar Cunha 2018-12-19 16:08:49 -08:00
parent c5f1e52ac4
commit 24f2e8c34e
4 changed files with 17 additions and 5 deletions

View file

@ -12,6 +12,7 @@ function InitializeCustomSDKToolset {
#InstallDotNetSharedFramework "1.0.5"
#InstallDotNetSharedFramework "1.1.2"
InitializeDotNetCli true
# Install 2.1 framework for dotnet-deb-tool
InstallDotNetSharedFramework "2.1.0"
}