Skip to content

Commit

Permalink
chore: Pause release progress temporarily
Browse files Browse the repository at this point in the history
See b/373927472
  • Loading branch information
amanda-tarafa committed Oct 23, 2024
1 parent a759d3c commit 3ef5d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kokoro/autorelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ source ./populatesecrets.sh
populate_all_secrets

dotnet tool restore
source <(dotnet release-progress-reporter publish-reporter-script)
# Pause release progress reporting temporarily. See b/373927472
# source <(dotnet release-progress-reporter publish-reporter-script)

# Secrets are already populated, let's not do that again
./release.sh --skippopulatesecrets

0 comments on commit 3ef5d16

Please sign in to comment.