You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For source-build to install workloads into a user folder we need a file in the installation:
The file should be created under the dotnet root at /metadata/workloads/<sdkfeatureband>/userlocal. The version does not include the -suffix. So at 6.0.100 (not 6.0.100-rc1).
Can the file be created when the sdk layout is created? The way to get it only for source-built versions is to condition it on '$(DotNetBuildFromSource)' == 'true'.
I'm creating this ticket so this has some more visibility than the discussion on the closed PR dotnet/sdk#18823.
For source-build to install workloads into a user folder we need a file in the installation:
@dseefeld suggested:
I'm creating this ticket so this has some more visibility than the discussion on the closed PR dotnet/sdk#18823.
cc @dsplaisted @dseefeld @dleeapho @omajid @sfoslund @marcpopMSFT
The text was updated successfully, but these errors were encountered: