From 41c7f4b7905d201febf711443cff06fde4f5813b Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 17 Dec 2019 20:56:33 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3789117a8..dc1a1f803 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,4 +37,4 @@ steps: inputs: command: 'publish' publishWebProjects: true - arguments: '-c ${{ buildConfiguration }} -r "win10-x64"' \ No newline at end of file + arguments: '-c $(buildConfiguration) -r "win10-x64"' \ No newline at end of file