diff --git a/src/DotNet/DotNet.csproj b/src/DotNet/DotNet.csproj index 73af4f3e7f83..78fef9755bc5 100644 --- a/src/DotNet/DotNet.csproj +++ b/src/DotNet/DotNet.csproj @@ -27,6 +27,7 @@ <_ProvisionDependsOn> _DownloadDotNetInstallScript; + _GetExternalDotNetSdkVersions; _InstallDotNet; _AcquireWorkloadManifests; _InstallWorkloadPacks; @@ -97,11 +98,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 + + + + +