File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 44
55# Run tests with `devcontainer features test -f dotnetaspire` in the parent of the src and test folders.
66
7- # Optional: Import test library bundled with the devcontainer CLI
8- # See https://github.com/devcontainers/cli/blob/HEAD/docs/features/test.md#dev-container-features-test-lib
9- # Provides the 'check' and 'reportResults' commands.
107source dev-container-features-test-lib
11-
12- # Feature-specific tests
13- # The 'check' command comes from the dev-container-features-test-lib. Syntax is...
14- # check <LABEL> <cmd> [args...]
158source dotnet_env.sh
169
1710check " dotnet is installed in DOTNET_ROOT and execute permission is granted" \
@@ -28,6 +21,4 @@ test "$DOTNET_ROOT/dotnet new aspire"
2821
2922# There isn't currently a good way to check what version of the templates was installed.
3023
31- # Report results
32- # If any of the checks above exited with a non-zero exit code, the test will fail.
3324reportResults
You can’t perform that action at this time.
0 commit comments