Remove temp SDK on Helix (#22475)
This commit is contained in:
parent
d68ff6182e
commit
15015d5162
|
|
@ -92,4 +92,8 @@ echo "Running tests: $DOTNET_ROOT/dotnet run --project RunTests/RunTests.csproj
|
|||
$DOTNET_ROOT/dotnet run --project RunTests/RunTests.csproj -- --target $1 --sdk $2 --runtime $3 --queue $4 --arch $5 --quarantined $6 --ef $7 --aspnetruntime $8 --aspnetref $9 --helixTimeout ${10}
|
||||
exit_code=$?
|
||||
echo "Finished tests...exit_code=$exit_code"
|
||||
|
||||
# dotnet-install.sh leaves the temporary SDK archive on the helix machine which slowly fills the disk, we'll be nice and clean it until the script fixes the issue
|
||||
rm -r -f ${TMPDIR:-/tmp}/dotnet.*
|
||||
|
||||
exit $exit_code
|
||||
|
|
|
|||
Loading…
Reference in New Issue