Skip to content

Commit

Permalink
Add IKVM.ByteCode to local required packages for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 9, 2024
1 parent 3a588b7 commit e5e4c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/IKVM.MSBuild.Tests/IKVM.MSBuild.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != '' ">
<PackageProjectReference Include="..\IKVM.ByteCode\IKVM.ByteCode.csproj" PackageTargetPath="nuget" />
<PackageProjectReference Include="..\IKVM.MSBuild\IKVM.MSBuild.msbuildproj" PackageTargetPath="nuget" />
<PackageProjectReference Include="..\IKVM.MSBuild.Tools\IKVM.MSBuild.Tools.csproj" PackageTargetPath="nuget" />
<PackageProjectReference Include="..\IKVM.MSBuild.Tools.runtime.win-x64\IKVM.MSBuild.Tools.runtime.win-x64.csproj" PackageTargetPath="nuget" Condition="$(_EnabledToolRuntimes.Contains(';win-x64;'))" />
Expand Down
1 change: 1 addition & 0 deletions src/IKVM.NET.Sdk.Tests/IKVM.NET.Sdk.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != '' ">
<PackageProjectReference Include="..\IKVM.ByteCode\IKVM.ByteCode.csproj" PackageTargetPath="nuget" />
<PackageProjectReference Include="..\IKVM.MSBuild\IKVM.MSBuild.msbuildproj" PackageTargetPath="nuget" />
<PackageProjectReference Include="..\IKVM.MSBuild.Tools\IKVM.MSBuild.Tools.csproj" PackageTargetPath="nuget" />
<PackageProjectReference Include="..\IKVM.MSBuild.Tools.runtime.win-x64\IKVM.MSBuild.Tools.runtime.win-x64.csproj" PackageTargetPath="nuget" Condition="$(_EnabledToolRuntimes.Contains(';win-x64;'))" />
Expand Down

0 comments on commit e5e4c72

Please sign in to comment.