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