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
Rename 'on-create' script to 'setup-dotnet-dev-cert'
  • Loading branch information
sliekens authored Jun 19, 2024
commit c20138c279b285ff41f8eab1b689b2da9aa91bb3
4 changes: 2 additions & 2 deletions src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ For example, in `devcontainer.json`, add a named volume for the `x509stores` dir
"target": "/home/vscode/.dotnet/corefx/cryptography/x509stores"
}
],
"onCreateCommand": "bash .devcontainer/on-create.sh"
"onCreateCommand": "bash .devcontainer/setup-dotnet-dev-cert.sh"
```

The contents of `.devcontainer/on-create.sh`:
The contents of `.devcontainer/setup-dotnet-dev-cert.sh`:

``` bash
#!/usr/bin/env bash
Expand Down