diff --git a/eng/pipelines/setup-tutorial-branch.yml b/eng/pipelines/setup-tutorial-branch.yml index 56aa941a3..1fe43a82c 100644 --- a/eng/pipelines/setup-tutorial-branch.yml +++ b/eng/pipelines/setup-tutorial-branch.yml @@ -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}} diff --git a/eng/pipelines/templates/steps/ref-updater.yml b/eng/pipelines/templates/steps/ref-updater.yml index be4cae5b8..71b90b29d 100644 --- a/eng/pipelines/templates/steps/ref-updater.yml +++ b/eng/pipelines/templates/steps/ref-updater.yml @@ -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 }} diff --git a/scripts/powershell/Fix-YamlHeaders.ps1 b/eng/scripts/Fix-YamlHeaders.ps1 similarity index 100% rename from scripts/powershell/Fix-YamlHeaders.ps1 rename to eng/scripts/Fix-YamlHeaders.ps1 diff --git a/scripts/powershell/Setup-TutorialBranch.ps1 b/eng/scripts/Setup-TutorialBranch.ps1 similarity index 100% rename from scripts/powershell/Setup-TutorialBranch.ps1 rename to eng/scripts/Setup-TutorialBranch.ps1 diff --git a/scripts/powershell/force-push-to-gh-pages.ps1 b/eng/scripts/force-push-to-gh-pages.ps1 similarity index 100% rename from scripts/powershell/force-push-to-gh-pages.ps1 rename to eng/scripts/force-push-to-gh-pages.ps1 diff --git a/scripts/powershell/ref-updater.ps1 b/eng/scripts/ref-updater.ps1 similarity index 100% rename from scripts/powershell/ref-updater.ps1 rename to eng/scripts/ref-updater.ps1 diff --git a/scripts/powershell/update-docrepo-from-source.ps1 b/eng/scripts/update-docrepo-from-source.ps1 similarity index 100% rename from scripts/powershell/update-docrepo-from-source.ps1 rename to eng/scripts/update-docrepo-from-source.ps1