From 47234d0918cc2de8961c6da446e7f3ca260dc02f Mon Sep 17 00:00:00 2001 From: Djuradj Kurepa Date: Tue, 14 Jul 2026 19:03:47 +0200 Subject: [PATCH] Set debug logging --- eng/pipelines/templates/jobs/vmr-synchronization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/vmr-synchronization.yml b/eng/pipelines/templates/jobs/vmr-synchronization.yml index 63674cbcb6d4..9801b2acd468 100644 --- a/eng/pipelines/templates/jobs/vmr-synchronization.yml +++ b/eng/pipelines/templates/jobs/vmr-synchronization.yml @@ -76,7 +76,7 @@ jobs: --branch '${{ parameters.vmrBranch }}' --remote-url '$(vmrPublicUrl)' --github-pat '$(BotAccount-dotnet-bot-repo-PAT)' - --verbose + --debug displayName: Push changes to dotnet/dotnet (public) workingDirectory: $(Agent.BuildDirectory)/installer