Skip to content

Commit

Permalink
chg - Finalized the CI rollout
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 5, 2025
1 parent 2b1b8fc commit cfa277f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,8 @@
<Output TaskParameter="Value" PropertyName="PackageVersion"/>
</CreateProperty>
</Target>
<ItemGroup Condition="'$(MSBuildProjectFile)' != 'Nitrocid.BuildTargets.csproj'">
<ProjectReference Include="$(RootPath)/private/Nitrocid.BuildTargets/Nitrocid.BuildTargets.csproj" PrivateAssets="All" />
</ItemGroup>
<!-- KS SourceLink End -->
</Project>
2 changes: 1 addition & 1 deletion private/Nitrocid.BuildTargets/Nitrocid.BuildTargets.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.Build.NoTargets/3.7.56" DefaultTargets="Build">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<Target Name="DateTimePartAppend" BeforeTargets="Build" Condition="'$(ContinuousIntegrationBuild)' == 'true'">
Expand Down

0 comments on commit cfa277f

Please sign in to comment.