We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dd46b commit c517263Copy full SHA for c517263
1 file changed
.devcontainer/devcontainer.json
@@ -31,5 +31,5 @@
31
"FSHARPCORE_USE_PACKAGE": "false",
32
"PATH": "${localWorkspaceFolder}/.dotnet:${containerEnv:PATH}"
33
},
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" ]
+ "postCreateCommand": [ "bash", "-c", "eng/common/dotnet.sh", "build", "FSharp.Compiler.Service.sln" ]
35
}
0 commit comments