Skip to content

Commit

Permalink
undo changes in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Jun 25, 2024
1 parent d0e897d commit eebdcb0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Wasmtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,18 @@ The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modu
SkipUnchangedFiles="true"
/>

<!-- Workaround for https://github.com/msys2/MSYS2-packages/issues/1548 -->
<!-- Workaround for https://github.com/msys2/MSYS2-packages/issues/1548 -->
<Exec
Condition="('$(Packing)'=='true' Or '%(Wasmtime.Copy)'=='true') And %(Wasmtime.FileExtension) == 'tar.xz' And !Exists('$(BaseIntermediateOutputPath)$(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api')"
Command="xz --decompress --stdout $(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api.%(Wasmtime.FileExtension) | tar xf -"
WorkingDirectory="$(BaseIntermediateOutputPath)"
StandardOutputImportance="Low"
StandardErrorImportance="Low"
Condition="('$(Packing)'=='true' Or '%(Wasmtime.Copy)'=='true') And %(Wasmtime.FileExtension) == 'tar.xz' And !Exists('$(BaseIntermediateOutputPath)$(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api')"
Command="xz --decompress --stdout $(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api.%(Wasmtime.FileExtension) | tar xf -"
WorkingDirectory="$(BaseIntermediateOutputPath)"
StandardOutputImportance="Low"
StandardErrorImportance="Low"
/>
<Unzip
Condition="('$(Packing)'=='true' Or '%(Wasmtime.Copy)'=='true') And %(Wasmtime.FileExtension) == 'zip' And !Exists('$(BaseIntermediateOutputPath)$(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api')"
SourceFiles="$(BaseIntermediateOutputPath)\$(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api.%(Wasmtime.FileExtension)"
DestinationFolder="$(BaseIntermediateOutputPath)"
Condition="('$(Packing)'=='true' Or '%(Wasmtime.Copy)'=='true') And %(Wasmtime.FileExtension) == 'zip' And !Exists('$(BaseIntermediateOutputPath)$(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api')"
SourceFiles="$(BaseIntermediateOutputPath)\$(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api.%(Wasmtime.FileExtension)"
DestinationFolder="$(BaseIntermediateOutputPath)"
/>

<!-- The content here is specifically for packing -->
Expand Down

0 comments on commit eebdcb0

Please sign in to comment.