From e780830d3dfbf09185c65e97a24ede7567ead4d9 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 3 Mar 2020 15:28:22 +0100 Subject: [PATCH] azure-pipelines.yml fixed wrong task arguments msbuildArg -> msbuildArguments --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ebbea2b2c..fe6345919 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ stages: solution: '$(solution)' platform: $(buildPlatform) configuration: $(buildConfiguration) - msbuildArgs: '/t:PrepareForBuild' + msbuildArguments: '/t:PrepareForBuild' - task: MSBuild@1 displayName: Build and package