From 0e9e9b2a67c4f96ab643216376883a7739fcaee7 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 29 Aug 2023 19:24:50 +0800 Subject: [PATCH] Fix one exception in post merge (#17327) ### Description ### Motivation and Context --- .../azure-pipelines/templates/jobs/win-ci-build-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-build-steps.yml b/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-build-steps.yml index 6c9f036328..a81dd1e9cf 100644 --- a/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-build-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/jobs/win-ci-build-steps.yml @@ -75,7 +75,7 @@ steps: ${{ if eq(parameters.WithCache, true) }}: msbuildArgs: '${{parameters.MsbuildArguments}} ${{parameters.CacheArg}}' ${{ else }}: - arguments: '${{parameters.CMakeArguments}}' + msbuildArgs: '${{parameters.MsbuildArguments}}' msbuildArchitecture: ${{parameters.BuildArch}} maximumCpuCount: true logProjectEvents: false