diff --git a/src/DotNet/DotNet.csproj b/src/DotNet/DotNet.csproj index 3d60fb740ea1..78d733cb038c 100644 --- a/src/DotNet/DotNet.csproj +++ b/src/DotNet/DotNet.csproj @@ -24,6 +24,7 @@ <_ProvisionDependsOn> _DownloadDotNetInstallScript; + _GetExternalDotNetSdkVersions; _InstallDotNet; _AcquireWorkloadManifests; _InstallWorkloadPacks; @@ -94,11 +95,39 @@ /> + + + + + + + + + + & '$(DotNetInstallScriptPath)' -Version $(VersionFromAndroid) -InstallDir '$(DotNetDirectory)' -Verbose -Runtime dotnet + & '$(DotNetInstallScriptPath)' -Version $(VersionFromMacios) -InstallDir '$(DotNetDirectory)' -Verbose -Runtime dotnet + powershell -ExecutionPolicy ByPass -NoProfile -Command "$(DotNetXARuntimeInstallCommand)" + powershell -ExecutionPolicy ByPass -NoProfile -Command "$(DotNetXMRuntimeInstallCommand)" + + + bash '$(DotNetInstallScriptPath)' --version $(VersionFromAndroid) --install-dir '$(DotNetDirectory)' --verbose -Runtime dotnet + bash '$(DotNetInstallScriptPath)' --version $(VersionFromMacios) --install-dir '$(DotNetDirectory)' --verbose -Runtime dotnet + + + + +