aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet
Commit message (Collapse)AuthorAgeFilesLines
* Run project tests as non-root userJP Ungaretti2023-03-013-2/+8
|
* Finishing touchesJP Ungaretti2023-03-018-22/+7
|
* Add missing reportResultsJP Ungaretti2023-03-012-0/+4
|
* Add scenarios for build and runJP Ungaretti2023-03-013-0/+33
|
* Remove assert scriptsJP Ungaretti2023-03-019-38/+0
|
* Use project assertsJP Ungaretti2023-03-017-0/+21
|
* Copy project assertsJP Ungaretti2023-03-012-0/+17
|
* Add example_projectJP Ungaretti2023-03-014-0/+51
|
* Add runtime testJP Ungaretti2023-03-012-0/+24
|
* Update version testsJP Ungaretti2023-03-017-55/+10
|
* Update additional version testJP Ungaretti2023-03-012-8/+8
|
* Use ls to check install directoryJP Ungaretti2023-03-011-1/+4
|
* Remove lts scenarioJP Ungaretti2023-03-012-25/+0
|
* Revert test changesJP Ungaretti2023-03-011-7/+7
|
* Clean up installer scriptJP Ungaretti2023-02-281-6/+2
|
* Remove apt testJP Ungaretti2023-02-282-26/+0
|
* Rewrite dotnet featureJP Ungaretti2023-02-281-7/+8
|
* Add newlineJP Ungaretti2023-02-281-1/+1
|
* Add .NET 7, drop .NET 5 (#269)Chuck Lantz2022-11-1412-22/+188
| | | | | | | | | | | | | | | | | | | | | * Add .NET 7, drop .NET 5 * Add libssl3 to common-utils for jammy * Handle lts/latest hard coding * Fix, improve tests * Bump version * Fix situation where version could come from either MS repo or OS * Remove unused option * Bump common version * Remove unused function * Restore DOTNET_ROOT per feedback
* 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