You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace Exec task with Unzip task
* Removes dependency on having unzip in path
* Removing two properties not supported on Linux and MacOS
* CI build failed
Copy file name to clipboardExpand all lines: src/Wasmtime.csproj
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -163,12 +163,10 @@ The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modu
163
163
StandardOutputImportance="Low"
164
164
StandardErrorImportance="Low"
165
165
/>
166
-
<Exec
166
+
<Unzip
167
167
Condition="('$(Packing)'=='true' Or '%(Wasmtime.Copy)'=='true') And %(Wasmtime.FileExtension) == 'zip' And !Exists('$(BaseIntermediateOutputPath)$(ReleaseFileNameBase)-%(Wasmtime.Arch)-%(Wasmtime.OS)-c-api')"
0 commit comments