Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 273e3da

Browse files
committed
Remove a TODO that's unlikely to be addressed.
1 parent b1ccc41 commit 273e3da

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Directory.Build.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
<PropertyGroup>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<AnalysisLevel>latest-all</AnalysisLevel>
13-
<ArtifactsPath>$(MSBuildThisFileDirectory)out</ArtifactsPath>
14-
<ArtifactsPublishOutputName>pub</ArtifactsPublishOutputName>
15-
<ArtifactsPackageOutputName>pkg/dotnet</ArtifactsPackageOutputName>
1613
<EnablePackageValidation>true</EnablePackageValidation>
1714
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1815
<ImplicitUsings>true</ImplicitUsings>
@@ -38,11 +35,13 @@ based on lightweight agents, and non-suspending garbage collection.</PackageDesc
3835
<SymbolVisibility>Hidden</SymbolVisibility>
3936
<TargetFramework>net8.0</TargetFramework>
4037
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
41-
<UseArtifactsOutput>true</UseArtifactsOutput>
4238
</PropertyGroup>
4339

44-
<!-- TODO: https://github.com/dotnet/designs/pull/281#issuecomment-1503979448 -->
4540
<PropertyGroup>
41+
<UseArtifactsOutput>true</UseArtifactsOutput>
42+
<ArtifactsPath>$(MSBuildThisFileDirectory)out</ArtifactsPath>
4643
<ArtifactsProjectName>$([MSBuild]::MakeRelative('$(MSBuildThisFileDirectory)', '$(MSBuildProjectDirectory)'))</ArtifactsProjectName>
44+
<ArtifactsPublishOutputName>pub</ArtifactsPublishOutputName>
45+
<ArtifactsPackageOutputName>pkg/dotnet</ArtifactsPackageOutputName>
4746
</PropertyGroup>
4847
</Project>

0 commit comments

Comments
 (0)