diff --git a/azure.yaml b/azure.yaml index 3a2e78318..24f538be3 100644 --- a/azure.yaml +++ b/azure.yaml @@ -65,12 +65,12 @@ services: prepackage: windows: shell: pwsh - run: ../scripts/package_frontend.ps1 + run: ./scripts/package_frontend.ps1 interactive: true continueOnError: false posix: shell: sh - run: ../scripts/package_frontend.sh + run: ./scripts/package_frontend.sh interactive: true continueOnError: false diff --git a/scripts/package_frontend.ps1 b/code/scripts/package_frontend.ps1 similarity index 100% rename from scripts/package_frontend.ps1 rename to code/scripts/package_frontend.ps1 diff --git a/scripts/package_frontend.sh b/code/scripts/package_frontend.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/package_frontend.sh rename to code/scripts/package_frontend.sh