aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet
Commit message (Collapse)AuthorAgeFilesLines
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-244-0/+67
| | | | | | | | | | | | | | | * test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-1/+2
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | dotnet6 (#91) * use default jammy apt feed to mitigate jammy/oryx install issues * remove old comment * jammy first tries default apt repo * refactoring * glob friendly and tests * test files * better greps * correct path * DEBIAN_FRONTEND global in oryx install script * remove set -e from dotnet script to handle errors ourselves
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* add feature stubs for allJosh Spicer2022-05-131-2/+2
|
* restructure and update cli (#11)Josh Spicer2022-05-121-0/+13
* restructure and update cli * typo