diff --git a/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj b/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj index a3d1c57..6f4286f 100644 --- a/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj +++ b/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj @@ -29,6 +29,11 @@ false + + $(SystemRoot)\System32\tar.exe + tar + + @@ -96,7 +101,7 @@ - + diff --git a/src/WitBindgen/WitBindgen.csproj b/src/WitBindgen/WitBindgen.csproj index e1dba4f..b04905b 100644 --- a/src/WitBindgen/WitBindgen.csproj +++ b/src/WitBindgen/WitBindgen.csproj @@ -33,6 +33,11 @@ false + + $(SystemRoot)\System32\tar.exe + tar + + @@ -74,7 +79,7 @@ - + diff --git a/src/WitBindgen/build/BytecodeAlliance.Componentize.DotNet.WitBindgen.targets b/src/WitBindgen/build/BytecodeAlliance.Componentize.DotNet.WitBindgen.targets index 844cad2..9f732d3 100644 --- a/src/WitBindgen/build/BytecodeAlliance.Componentize.DotNet.WitBindgen.targets +++ b/src/WitBindgen/build/BytecodeAlliance.Componentize.DotNet.WitBindgen.targets @@ -11,6 +11,11 @@ + + $(SystemRoot)\System32\tar.exe + tar + + - + diff --git a/test/WasmtimeCliFetcher/FetchWasmtime.targets b/test/WasmtimeCliFetcher/FetchWasmtime.targets index 29ed2d9..eaf967d 100644 --- a/test/WasmtimeCliFetcher/FetchWasmtime.targets +++ b/test/WasmtimeCliFetcher/FetchWasmtime.targets @@ -17,12 +17,16 @@ https://github.com/bytecodealliance/wasmtime/releases/download/v$(WasmtimeVersion)/wasmtime-v$(WasmtimeVersion)-$(WasmtimeTarget)$(WasmtimeUrlExtension) + + $(SystemRoot)\System32\tar.exe + tar + - +