Skip to content

Commit

Permalink
Get inside src.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jan 22, 2025
1 parent 3611e9f commit cc5ee97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<IsPackable>false</IsPackable>

<!-- Ensure we do have the api-definitions -->
<RootDirectory>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..'))</RootDirectory>
<DotnetBuildDirectory>src/build/dotnet</DotnetBuildDirectory>
<SourceDirectory>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\src'))</SourceDirectory>
<DotnetBuildDirectory>build/dotnet</DotnetBuildDirectory>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cc5ee97

Please sign in to comment.