Skip to content

Commit

Permalink
use commands that work with older version of sdk
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Oct 29, 2024
1 parent cfedf56 commit 6dc7331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/E2ETest/PackageTest/PackageTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<RemoveDir Directories="$(NugetPackageRoot)\bytecodealliance.componentize.dotnet.witbindgen\$(PackageVersion)" />
<RemoveDir Directories="..\testapps\E2EProducer\obj" />
<RemoveDir Directories="..\testapps\E2EConsumer\obj" />
<Exec Command="dotnet publish /bl" WorkingDirectory="..\testapps\E2EProducer" />
<Exec Command="dotnet publish /bl" WorkingDirectory="..\testapps\E2EConsumer" />
<Exec Command="dotnet restore --no-cache" WorkingDirectory="..\testapps\E2EConsumer" />
<Exec Command="dotnet build --no-restore /bl" WorkingDirectory="..\testapps\E2EConsumer" />
</Target>

<Target Name="PackPackagesForE2ETest">
Expand Down

0 comments on commit 6dc7331

Please sign in to comment.