Skip to content

Commit

Permalink
Merge pull request microsoft#475 from sandyarmstrong/pr-sandy-inspect…
Browse files Browse the repository at this point in the history
…or-buildinfo-1.4

Inspector: Add buildinfo to Windows nupkg (1.4)
  • Loading branch information
abock authored Jul 3, 2018
2 parents 1eba154 + 8b75fe7 commit bac4a71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,14 @@
SourceFiles="@(InspectorClientFiles)"
DestinationFolder="$(InspectorNuGetPackageWindowsContentDir)Client\%(RecursiveDir)"/>

<ItemGroup>
<ExtraRootFiles Include="$(PackageOutputDir)buildinfo"/>
</ItemGroup>
<Copy
SkipUnchangedFiles="true"
SourceFiles="@(ExtraRootFiles)"
DestinationFolder="$(InspectorNuGetPackageWindowsContentDir)"/>

<Copy
SkipUnchangedFiles="true"
SourceFiles="@(AndroidAgentFiles)"
Expand Down

0 comments on commit bac4a71

Please sign in to comment.