Ensure that snapshot builds are also fixed.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m20s

This commit is contained in:
Pat Garrity 2024-04-25 22:22:03 -05:00
parent 523be2ac39
commit 8aadf940e0
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -62,5 +62,6 @@ jobs:
echo "Skipping publish due to GS_RELEASE_TYPE=norelease" echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
else else
sbtn clean sbtn clean
sbtn 'set coverageEnabled := true'
sbtn publish sbtn publish
fi fi