Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up docker containers
  • Loading branch information
jpnurmi committed Jun 20, 2025
commit 28d776a0a2fafafcd45b720e3c45c08ecbe2b62b
2 changes: 1 addition & 1 deletion scripts/aot-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Write-Host "::endgroup::"
if ($IsLinux -and (Get-Command docker -ErrorAction SilentlyContinue)) {
Write-Host "::group::Test PublishContainer"
dotnet publish -p:EnableSdkContainerSupport=true -t:PublishContainer -v:detailed
docker run hello-sentry
docker run --rm hello-sentry
Write-Host "::endgroup::"
}