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
Next Next commit
Change when command runs to improve reliability.
  • Loading branch information
mitchdenny committed Oct 29, 2024
commit 8ae2a44cf2fee7b7e657064d99dfc26fe971a942
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
}
},
"postCreateCommand": "dotnet restore",
"onCreateCommand": "dotnet restore",
"postStartCommand": "dotnet dev-certs https --trust"

// Configure tool-specific properties.
Expand Down