Skip to content

Commit

Permalink
Don't copy sample projects
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon committed Jan 7, 2025
1 parent a883ead commit d751053
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@
<Copy SourceFiles="@(_SbomToolFiles)" DestinationFolder="$(OutputPath)\sbom-tool\%(RecursiveDir)" SkipUnchangedFiles="true" />
</Target>

<!-- Copy all the sample projects to the output directory -->
<Target Name="CopyTestProjects" AfterTargets="Build" Condition="'$(OutDir)' != ''">
<ItemGroup>
<SampleProjects Include="ProjectSamples\**\*.*">
<InProject>false</InProject>
</SampleProjects>
</ItemGroup>
<Copy SourceFiles="@(SampleProjects)" DestinationFolder="$(OutDir)\ProjectSamples\%(RecursiveDir)" SkipUnchangedFiles="true" />
</Target>

<!-- Copy the Microsoft.Sbom.Targets.targets file to the ProjectSamples directory -->
<Target Name="CopyTargetsFile" AfterTargets="Build" Condition="'$(OutDir)' != ''">
<Copy SourceFiles="$(SBOMGenerationTargetsPath)" DestinationFolder="$(OutDir)\ProjectSamples" SkipUnchangedFiles="true" />
Expand Down

0 comments on commit d751053

Please sign in to comment.