diff --git a/.ci/azure-pipelines/steps_macos.yml b/.ci/azure-pipelines/steps_macos.yml index 8463c4f52..26c0c96c7 100644 --- a/.ci/azure-pipelines/steps_macos.yml +++ b/.ci/azure-pipelines/steps_macos.yml @@ -6,8 +6,6 @@ parameters: steps: - script: git submodule --quiet update --init --recursive displayName: 'Fetch submodules' - - ${{if eq(parameters.installEnvironment, true)}}: - - template: task-environment-cache.yml - ${{if eq(parameters.installEnvironment, true)}}: - script: .ci/azure-pipelines/install-environment_macos.bash displayName: 'Install build environment' diff --git a/.ci/azure-pipelines/steps_windows.yml b/.ci/azure-pipelines/steps_windows.yml index f368b43f2..b2e6012d0 100644 --- a/.ci/azure-pipelines/steps_windows.yml +++ b/.ci/azure-pipelines/steps_windows.yml @@ -1,7 +1,6 @@ steps: - script: git submodule --quiet update --init --recursive displayName: 'Fetch submodules' - - template: task-environment-cache.yml - powershell: .ci/azure-pipelines/install-environment_windows.ps1 displayName: 'Install build environment' - script: .ci/azure-pipelines/build_windows.bat