Skip to content

Commit

Permalink
Fix build break from missing intermediate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 8, 2024
1 parent 29d3944 commit 818e927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VSInsertionMetadata/VSInsertionMetadata.targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<ProfilingInputsSource Include="ProfilingInputs.props" />
<ProfilingInputsTarget Include="$(IntermediateOutputPath)ProfilingInputs.props" />
</ItemGroup>
<MakeDir Directories="$(IntermediateOutputPath)" />
<ReplaceFileText
Condition="'$(ProfilingInputsDropName)' != ''"
InputFilename="@(ProfilingInputsSource)"
Expand Down

0 comments on commit 818e927

Please sign in to comment.