azure: use bash scripts across all platforms
Right now, we maintain semantically equivalent build scripts in both Bash and Powershell to support both Windows and non-Windows hosts. Azure Pipelines supports Bash on Windows, too, via Git for Windows, and as such it's not really required to maintain the Powershell scripts at all. Remove them to reduce our own maintenance burden.
Showing
azure-pipelines/build.ps1
deleted
100644 → 0
azure-pipelines/powershell.yml
deleted
100644 → 0
azure-pipelines/test.ps1
deleted
100644 → 0
Please
register
or
sign in
to comment