mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Fix inline script in loc pipeline
This commit is contained in:
parent
6d779a8815
commit
937504cad3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue