diff --git a/build/pipelines/azure-pipelines.loc.yaml b/build/pipelines/azure-pipelines.loc.yaml index d1ef855..7c5ef24 100644 --- a/build/pipelines/azure-pipelines.loc.yaml +++ b/build/pipelines/azure-pipelines.loc.yaml @@ -35,7 +35,7 @@ jobs: cd $(Build.SourcesDirectory) git add -A git diff --cached --exit-code - echo '##vso[task.setvariable variable=hasChanges]%errorlevel%' + echo ##vso[task.setvariable variable=hasChanges]%errorlevel% git diff --cached > $(Build.ArtifactStagingDirectory)\LocalizedStrings.patch displayName: Check for changes and create patch file