Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

<ItemGroup Condition="$(_subset.Contains('+clr.packages+'))">
<ProjectToBuild Include="$(CoreClrProjectRoot).nuget\coreclr-packages.proj" Pack="true" Category="clr" />
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\dotnet-pgo\dotnet-pgo.csproj" Pack="true" BuildInParallel="false" Category="clr" />
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\dotnet-pgo\dotnet-pgo-pack.proj" Pack="true" BuildInParallel="false" Category="clr" />
</ItemGroup>

<!-- Mono sets -->
Expand Down
5 changes: 5 additions & 0 deletions src/coreclr/tools/dotnet-pgo/dotnet-pgo-pack.proj
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<Target Name="Build">
<Msbuild Targets="Pack" Projects="dotnet-pgo.csproj" />
</Target>
</Project>