diff --git a/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-prebuild-steps.yml b/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-prebuild-steps.yml index 9f8a241d63979..67a2543bfb50e 100644 --- a/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-prebuild-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-prebuild-steps.yml @@ -110,7 +110,7 @@ steps: displayName: Install ccache and update PATH to use linked versions of gcc, cc, etc -- $${{ if eq(parameters.InstallONNX, true}}: +- ${{ if eq(parameters.InstallONNX, true) }}: - ${{ if eq(parameters.WITHCACHE, true) }}: - task: Cache@2 # machinepool is used to ensure the compiler is same