mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Fix YAML
This commit is contained in:
parent
6ee5867737
commit
c599244541
1 changed files with 5 additions and 5 deletions
|
@ -32,11 +32,11 @@ jobs:
|
|||
outputDirectoryRoot: src/Calculator/Resources/
|
||||
|
||||
- script: |
|
||||
cd $(Build.SourcesDirectory)
|
||||
git add -A
|
||||
git diff --cached --exit-code
|
||||
echo '##vso[task.setvariable variable=hasChanges]%errorlevel%'
|
||||
git diff --cached > $(Build.ArtifactStagingDirectory)\LocalizedStrings.patch
|
||||
cd $(Build.SourcesDirectory)
|
||||
git add -A
|
||||
git diff --cached --exit-code
|
||||
echo '##vso[task.setvariable variable=hasChanges]%errorlevel%'
|
||||
git diff --cached > $(Build.ArtifactStagingDirectory)\LocalizedStrings.patch
|
||||
displayName: Check for changes and create patch file
|
||||
|
||||
- task: PublishPipelineArtifact@0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue