Fix indentation
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
if grep -q "<IsPackable>true</IsPackable>" "$projfile"; then
|
if grep -q "<IsPackable>true</IsPackable>" "$projfile"; then
|
||||||
echo "Packing $projfile..."
|
echo "Packing $projfile..."
|
||||||
if ! dotnet pack "$projfile" -c Release -o ./artifacts; then
|
if ! dotnet pack "$projfile" -c Release -o ./artifacts; then
|
||||||
echo "⚠️ Failed to pack $projfile"
|
echo "Failed to pack $projfile"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user