Skip to content

Commit 53a1dee

Browse files
committed
try using " for quotes
1 parent 95f61d1 commit 53a1dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ellabit/Ellabit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
<!-- Linux / macOS version -->
114114
<Exec Condition="'$(OS)' != 'Windows_NT'"
115-
Command='bash -c "set -e; frameworkDir=$(PublishDir)/wwwroot/_framework; mkdir -p \"$frameworkDir\"; shopt -s nullglob; jsonFile=\"$frameworkDir/framework_manifest.json\"; echo [ > \"$jsonFile\"; first=true; for dll in \"$frameworkDir\"/*.dll; do filename=${dll##*/}; name=${filename%%.*}; if [ \"$first\" = true ]; then first=false; else echo , >> \"$jsonFile\"; fi; echo { \\"Name\\": \\"$name\\", \\"File\\": \\"$filename\\" } >> \"$jsonFile\"; done; echo ] >> \"$jsonFile\""' />
115+
Command="bash -c 'set -e; frameworkDir=$(PublishDir)wwwroot/_framework; mkdir -p &quot;$$frameworkDir&quot;; shopt -s nullglob; jsonFile=&quot;$$frameworkDir/framework_manifest.json&quot;; echo [ > &quot;$$jsonFile&quot;; first=true; for dll in &quot;$$frameworkDir&quot;/*.dll; do filename=$${dll##*/}; name=$${filename%%.*}; if [ &quot;$$first&quot; = true ]; then first = false; else echo , >> &quot;$$jsonFile&quot;; fi; echo { &quot;Name&quot;: &quot;$$name&quot;, &quot;File&quot;: &quot;$$filename&quot; } >> &quot;$$jsonFile&quot;; done; echo ] >> &quot;$$jsonFile&quot;'" />
116116

117117
</Target>
118118
<ItemGroup>

0 commit comments

Comments
 (0)