Skip to content

Commit

Permalink
fix tests for released packages
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Feb 12, 2024
1 parent e8fa02a commit 944bace
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Smdn.Text.Ondulish/Smdn.Text.Ondulish.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ SPDX-License-Identifier: MIT
'$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)' == 'linux-x64'
">linux-x64</RuntimeIndentifier>
</PropertyGroup>

<ItemGroup Condition=" '$(TestReleasedPackage)' == 'true' ">
<PackageReference Update="Smdn.Text.Ondulish" Version="[4.1.0,5.0.0)" />
<PackageReference Include="Smdn.Text.Ondulish.Dictionaries" Version="[4.1.0,5.0.0)" />
</ItemGroup>
</Project>

0 comments on commit 944bace

Please sign in to comment.