Skip to content

Commit

Permalink
Fix Directory.Build.props ArtifactsPath intendation (#32877)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed May 29, 2023
1 parent 98704f6 commit 60502d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Condition="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../')) != ''" />
<PropertyGroup>

<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>

</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>

<!--#if useArtifacts -->
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
<!--#endif-->

</PropertyGroup>
Expand Down

0 comments on commit 60502d0

Please sign in to comment.