diff --git a/azure-pipelines-nightly.yml b/azure-pipelines-nightly.yml index 27574b31cd..1baeeab991 100644 --- a/azure-pipelines-nightly.yml +++ b/azure-pipelines-nightly.yml @@ -301,9 +301,7 @@ jobs: steps: - template: azure-pipelines-templates/build-preparations.yml - template: azure-pipelines-templates/nb-gitversioning.yml - - template: azure-pipelines-templates/download-install-cmake.yml - template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml - - template: azure-pipelines-templates/download-install-ninja.yml - template: azure-pipelines-templates/download-srecord.yml - template: azure-pipelines-templates/download-hexdfu.yml - template: azure-pipelines-templates/build-chibios-stm32-targets.yml @@ -724,9 +722,7 @@ jobs: steps: - template: azure-pipelines-templates/build-preparations.yml - template: azure-pipelines-templates/nb-gitversioning.yml - - template: azure-pipelines-templates/download-install-cmake.yml - template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml - - template: azure-pipelines-templates/download-install-ninja.yml - template: azure-pipelines-templates/download-hexdfu.yml - template: azure-pipelines-templates/download-srecord.yml - template: azure-pipelines-templates/build-azurertos-targets.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85e7217114..2d4c1aa5e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -420,9 +420,7 @@ jobs: steps: - template: azure-pipelines-templates/build-preparations.yml - template: azure-pipelines-templates/nb-gitversioning.yml - - template: azure-pipelines-templates/download-install-cmake.yml - template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml - - template: azure-pipelines-templates/download-install-ninja.yml - template: azure-pipelines-templates/download-srecord.yml - template: azure-pipelines-templates/download-hexdfu.yml - template: azure-pipelines-templates/build-chibios-stm32-targets.yml @@ -623,9 +621,7 @@ jobs: steps: - template: azure-pipelines-templates/build-preparations.yml - template: azure-pipelines-templates/nb-gitversioning.yml - - template: azure-pipelines-templates/download-install-cmake.yml - template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml - - template: azure-pipelines-templates/download-install-ninja.yml - template: azure-pipelines-templates/download-srecord.yml - template: azure-pipelines-templates/build-freertos-nxp-targets.yml - template: azure-pipelines-templates/pack-publish-artifacts.yml @@ -774,9 +770,7 @@ jobs: steps: - template: azure-pipelines-templates/build-preparations.yml - template: azure-pipelines-templates/nb-gitversioning.yml - - template: azure-pipelines-templates/download-install-cmake.yml - template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml - - template: azure-pipelines-templates/download-install-ninja.yml - template: azure-pipelines-templates/download-hexdfu.yml - template: azure-pipelines-templates/download-srecord.yml - template: azure-pipelines-templates/build-azurertos-targets.yml