Skip to content

Commit f1fcb12

Browse files
committed
Remove PGO exclusion
1 parent 802d827 commit f1fcb12

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/SourceBuild/content/eng/join-verticals.proj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>$(NetCurrent)</TargetFramework>
55
</PropertyGroup>
6-
6+
77
<ItemGroup>
88
<ProjectReference Include="$(TasksDir)Microsoft.DotNet.UnifiedBuild.Tasks\Microsoft.DotNet.UnifiedBuild.Tasks.csproj" />
99
</ItemGroup>
@@ -19,15 +19,15 @@
1919
<Error Condition="'$(AzureDevOpsProject)' == ''" Text="AzureDevOpsProject is not set." />
2020
<Error Condition="'$(MainVerticalArtifactsFolder)' == ''" Text="MainVerticalArtifactsFolder is not set." />
2121
<Error Condition="'$(OutputFolder)' == ''" Text="OutputFolder is not set." />
22-
22+
2323
<ItemGroup>
24-
<VerticalManifest
24+
<VerticalManifest
2525
Include="$(VerticalManifestsPath)\*.xml"
26-
Exclude="$(VerticalManifestsPath)\*Mono*.xml;$(VerticalManifestsPath)\*Pgo*.xml;$(VerticalManifestsPath)\*Shortstack*.xml;$(VerticalManifestsPath)\*DevVersions*.xml" />
26+
Exclude="$(VerticalManifestsPath)\*Mono*.xml;$(VerticalManifestsPath)\*Shortstack*.xml;$(VerticalManifestsPath)\*DevVersions*.xml" />
2727
</ItemGroup>
28-
28+
2929
<!-- AzureDevOpsToken shouldn't be set when running in dnceng-public -->
30-
<Microsoft.DotNet.UnifiedBuild.Tasks.JoinVerticals
30+
<Microsoft.DotNet.UnifiedBuild.Tasks.JoinVerticals
3131
VerticalManifest="@(VerticalManifest)"
3232
MainVertical="$(MainVertical)"
3333
BuildId="$(BuildId)"
@@ -37,5 +37,5 @@
3737
MainVerticalArtifactsFolder="$(MainVerticalArtifactsFolder)"
3838
OutputFolder="$(OutputFolder)" />
3939
</Target>
40-
41-
</Project>
40+
41+
</Project>

0 commit comments

Comments
 (0)