Skip to content

Commit

Permalink
Use absolute path (dotnet#75713)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz authored Nov 5, 2024
1 parent 8fc87e0 commit 9dcb2a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- Enable output of generated files back into our Generated directory -->
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<CompilerGeneratedFilesOutputPath>$(MSBuildThisFileDirectory)\Generated</CompilerGeneratedFilesOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Portable\Microsoft.CodeAnalysis.csproj" />
Expand Down

0 comments on commit 9dcb2a3

Please sign in to comment.