Move `scripts/powershell` to `eng/scripts` (#5633)

This commit is contained in:
Konrad Jamrozik 2023-03-06 16:03:36 -08:00 коммит произвёл GitHub
Родитель aba96022de
Коммит 964f6edac2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -51,7 +51,7 @@ jobs:
displayName: 'Setup Tutorial Branch'
inputs:
targetType: filePath
filePath: "scripts/powershell/Setup-TutorialBranch.ps1"
filePath: "eng/scripts/Setup-TutorialBranch.ps1"
arguments: >
-GitHubRepositoryOwner Azure
-GitHubRepositoryName ${{parameters.Repository}}

Просмотреть файл

@ -25,7 +25,7 @@ steps:
- task: Powershell@2
inputs:
targetType: 'filePath'
filePath: ${{ parameters.ToolsRepoPath }}/scripts/powershell/ref-updater.ps1
filePath: ${{ parameters.ToolsRepoPath }}/eng/scripts/ref-updater.ps1
arguments: >
-RepoRoot $(System.DefaultWorkingDirectory)/${{ repo.key }}
-Tag ${{ parameters.Tag }}

Просмотреть файл

Просмотреть файл