diff --git a/.azure/templates/sync-mirror.yml b/.azure/templates/sync-mirror.yml index ade841e89..aeb91b7f9 100644 --- a/.azure/templates/sync-mirror.yml +++ b/.azure/templates/sync-mirror.yml @@ -16,5 +16,5 @@ jobs: displayName: Sync Changes to AzDO Mirror Branch inputs: pwsh: true - filePath: scripts/sync-mirror.ps1 + filePath: .azure/scripts/sync-mirror.ps1 arguments: -Branch ${{ parameters.branch }}