Update Terminal.PGO.props

This commit is contained in:
Michael Niksa 2021-11-24 10:56:50 -08:00 committed by GitHub
parent 1746acdea5
commit 16de6f803b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
<PropertyGroup>
<!-- Optional, defaults to main. Name of the branch which will be used for calculating branch point. -->
<PGOBranch>dev/miniksa/pgo_nuget</PGOBranch>
<PGOBranch>dev/miniksa/pgo</PGOBranch>
<!-- Mandatory. Name of the NuGet package which will contain PGO databases for consumption by build system. -->
<PGOPackageName>Microsoft.Internal.Windows.Terminal.PGODatabase</PGOPackageName>
@ -38,4 +38,4 @@
<!-- Import PGO-Helpers -->
<Import Project="$(PkgMicrosoft_PGO_Helpers_Cpp)\build\Microsoft.PGO-Helpers.Cpp.props" />
</Project>
</Project>