rename and display names
This commit is contained in:
parent
726d0a63a4
commit
80654fd3bb
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ jobs:
|
|||
- script: |
|
||||
set -x
|
||||
./.dotnet/dotnet darc vmr push --vmr "$(vmrPath)" --commit-verification-pat '$(BotAccount-dotnet-maestro-bot-no-scopes-PAT)' --branch '${{ parameters.vmrBranch }}' --remote-url https://github.com/dotnet/dotnet --github-pat '$(BotAccount-dotnet-bot-repo-PAT)' --verbose
|
||||
displayName: Push changes to dotnet/dotnet
|
||||
displayName: Push changes to dotnet/dotnet (public)
|
||||
workingDirectory: $(vmrPath)/src/installer
|
||||
condition: and(succeeded(), or(eq(variables['vmrBranch'], 'main'), startsWith(variables['vmrBranch'], 'release/')))
|
||||
|
||||
|
@ -66,6 +66,6 @@ jobs:
|
|||
- script: |
|
||||
set -x
|
||||
./.dotnet/dotnet darc vmr push --vmr "$(vmrPath)" --skip-commit-verification --branch '${{ parameters.vmrBranch }}' --remote-url https://dnceng@dev.azure.com/dnceng/internal/_git/dotnet-dotnet --azdev-pat '$(dn-bot-dnceng-build-rw-code-rw)' --verbose
|
||||
displayName: Push changes to dotnet/dotnet
|
||||
displayName: Push changes to dotnet-dotnet (internal)
|
||||
workingDirectory: $(vmrPath)/src/installer
|
||||
condition: and(succeeded(), startsWith(variables['vmrBranch'], 'internal/release/'))
|
Loading…
Add table
Reference in a new issue