Bläddra i källkod

Download 3.1 runtime for *nix

Nikita Tsukanov 4 år sedan
förälder
incheckning
4a2eb925f5
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      build.sh

+ 2 - 0
build.sh

@@ -65,6 +65,8 @@ else
     else
         "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "$DOTNET_VERSION" --no-path
     fi
+    "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.408 --runtime dotnet
+    "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.408 --runtime aspnetcore
 fi
 
 export PATH=$DOTNET_DIRECTORY:$PATH