Fix inline script in loc pipeline (#434)
This commit is contained in:
parent
6d779a8815
commit
71e34c6f01
@ -35,7 +35,7 @@ jobs:
|
|||||||
cd $(Build.SourcesDirectory)
|
cd $(Build.SourcesDirectory)
|
||||||
git add -A
|
git add -A
|
||||||
git diff --cached --exit-code
|
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
|
git diff --cached > $(Build.ArtifactStagingDirectory)\LocalizedStrings.patch
|
||||||
displayName: Check for changes and create patch file
|
displayName: Check for changes and create patch file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user