From the build table page, we can see the links to the sdk installers and zips.
However there's no link or instruction for how to get the same for the associated runtime.
There's also a build table page in the runtime repo. It is outdated (links references .net9) but I can infer the url pattern.
Can I safely assume that for winx64:
daily sdk is at https://ci.dot.net/public/Sdk/<version>/dotnet-sdk-<version>-win-x64.exe
daily runtime is at https://ci.dot.net/public/Runtime/<version>/dotnet-runtime-<version>-win-x64.exe
and the runtime is the one in the sdk ?
EDIT: fixed formatting
From the build table page, we can see the links to the sdk installers and zips.
However there's no link or instruction for how to get the same for the associated runtime.
There's also a build table page in the runtime repo. It is outdated (links references .net9) but I can infer the url pattern.
Can I safely assume that for winx64:
daily sdk is at
https://ci.dot.net/public/Sdk/<version>/dotnet-sdk-<version>-win-x64.exedaily runtime is at
https://ci.dot.net/public/Runtime/<version>/dotnet-runtime-<version>-win-x64.exeand the runtime is the one in the sdk ?
EDIT: fixed formatting