Skip to content

Commit 0ed572c

Browse files
committed
fix: correct YAML indentation for displayName in Linux build template
1 parent be520e7 commit 0ed572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/build-template-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo rm -rf /usr/local/lib/android || true
2626
echo "=== Disk space after cleanup ==="
2727
df -h /
28-
displayName: 'Free disk space'
28+
displayName: 'Free disk space'
2929
- task: UseDotNet@2
3030
displayName: 'Install .NET Core SDK'
3131
inputs:

0 commit comments

Comments
 (0)