Skip to content

Commit

Permalink
Merge branch 'fhammerl/devcontainers' of https://github.com/actions/r…
Browse files Browse the repository at this point in the history
…unner into fhammerl/devcontainers
  • Loading branch information
fhammerl committed Mar 17, 2022
2 parents fd09b83 + 00e5825 commit 58de023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"postCreateCommand": "echo 'Post create commands here'"
"postCreateCommand": "echo 'Creating symlink for embedded sdk...' && ln -s /home/codespace/.dotnet/sdk/ _dotnetsdk && echo .6.0.100 >> _dotnetsdk/6.0.100/.6.0.100 && ln -s /home/codespace/.dotnet/dotnet _dotnetsdk/6.0.100/dotnet"
}

0 comments on commit 58de023

Please sign in to comment.