From 3918059ed9904359cbc419fa3f614bc792d35bc7 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Wed, 18 Nov 2020 01:32:08 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1933c71..832dd4f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ steps: platform: 'Any CPU' configuration: 'Release' msbuildArguments: | - '/p:DeployOnBuild=true' - '/p:PublishProfile=WebDeploy' - '/p:Password=$(webDeployPassword)' + /p:DeployOnBuild=true + /p:PublishProfile=WebDeploy + /p:Password=$(webDeployPassword) restoreNugetPackages: true \ No newline at end of file