Skip to content

Commit

Permalink
Added workload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 27, 2024
1 parent 0caaffe commit 822e8eb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/dotnet-workload/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "dotnet-workload",
"version": "1.0.0",
"name": "dotnet workload",
"documentationURL": "",
"description": "dotnet workload",
"options": {
"workload": {
"type": "string",
"default": "",
"description": "Choose your favorite color."
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/dotnet"
]
}
9 changes: 9 additions & 0 deletions features/dotnet-workload/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive

echo "(*) Installing dotnet workload"

dotnet workload update
dotnet workload ${WORKLOAD}

echo "Done!"

0 comments on commit 822e8eb

Please sign in to comment.