Skip to content

Commit c517263

Browse files
authored
remove workaround (#19549)
1 parent 25dd46b commit c517263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"FSHARPCORE_USE_PACKAGE": "false",
3232
"PATH": "${localWorkspaceFolder}/.dotnet:${containerEnv:PATH}"
3333
},
34-
"postCreateCommand": [ "bash", "-c", "eng/common/dotnet.sh && cp -r .dotnet/sdk/* /usr/share/dotnet/sdk && cp -r .dotnet/shared/Microsoft.NETCore.App/* /usr/share/dotnet/shared/Microsoft.NETCore.App" ]
34+
"postCreateCommand": [ "bash", "-c", "eng/common/dotnet.sh", "build", "FSharp.Compiler.Service.sln" ]
3535
}

0 commit comments

Comments
 (0)