mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-05 01:22:23 +00:00
13 lines
546 B
Diff
13 lines
546 B
Diff
--- a/src/aspire/Directory.Build.targets
|
|
+++ b/src/aspire/Directory.Build.targets
|
|
@@ -14,8 +14,7 @@
|
|
<None Include="$(PackageThirdPartyNoticesFile)" Pack="true" PackagePath="." />
|
|
</ItemGroup>
|
|
|
|
- <Import Condition="'$(SampleProject)' == 'true' or '$(CI)' != 'true' " Project="eng\Versions.dev.targets" />
|
|
- <Import Condition="'$(SampleProject)' != 'true' and '$(CI)' == 'true' " Project="eng\Versions.targets" />
|
|
+ <Import Project="eng\Versions.dev.targets" />
|
|
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
|
|