test dotnet directly

This commit is contained in:
marsha 2023-02-07 21:22:26 -06:00
parent 97c7870f89
commit 915b930a5d
22 changed files with 154 additions and 229 deletions

View file

@ -109,7 +109,3 @@ def install_environment(
tool_id,
),
)
# Clean the git dir, ignoring the environment dir
clean_cmd = ('git', 'clean', '-ffxd', '-e', f'{ENVIRONMENT_DIR}-*')
helpers.run_setup_cmd(prefix, clean_cmd)