Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
refactor : change from build.sh to restore.sh
  • Loading branch information
ShreyasJejurkar committed Oct 22, 2022
commit 21a48ed8ccc928dfbd89755bcedd41408f83ae29
2 changes: 1 addition & 1 deletion .devcontainer/scripts/container-creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Install SDK and tool dependencies before container starts
# Also run the full restore on the repo so that go-to definition
# and other language features will be available in C# files
./build.sh
./restore.sh

# The container creation script is executed in a new Bash instance
# so we exit at the end to avoid the creation process lingering.
Expand Down