fix scripts
This commit is contained in:
parent
fc81e01bb2
commit
88daeae33b
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ jobs:
|
|||
--github-pat '$(BotAccount-dotnet-bot-repo-PAT)'
|
||||
--verbose
|
||||
displayName: Push changes to dotnet/dotnet (public)
|
||||
workingDirectory: $(vmrPath)/src/installer
|
||||
workingDirectory: $(Agent.BuildDirectory)/installer
|
||||
|
||||
# Push internal/release branches to the internal VMR
|
||||
- ${{ if startsWith(parameters.vmrBranch, 'internal/release/') }}:
|
||||
|
@ -81,4 +81,4 @@ jobs:
|
|||
--azdev-pat '$(dn-bot-dnceng-build-rw-code-rw)'
|
||||
--verbose
|
||||
displayName: Push changes to dotnet-dotnet (internal)
|
||||
workingDirectory: $(vmrPath)/src/installer
|
||||
workingDirectory: $(Agent.BuildDirectory)/installer
|
Loading…
Reference in a new issue