Fix inline script in loc pipeline (#434)
This commit is contained in:
Родитель
6d779a8815
Коммит
71e34c6f01
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче