Skip to content

Commit

Permalink
Updating PGO branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Oct 20, 2021
1 parent 6bf1507 commit 89674ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/PGODatabase/config.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$pgoBranch = "main"
$pgoBranch = "release-1.12"
$packageId = "Microsoft.Internal.Windows.Terminal.PGODatabase"

# Get release version
[xml] $customProps = ( Get-Content "..\..\custom.props" )
$releaseVersionMajor = ( [int]::Parse( $customProps.GetElementsByTagName("VersionMajor").'#text' ) )
$releaseVersionMinor = ( [int]::Parse( $customProps.GetElementsByTagName("VersionMinor").'#text' ) )
$releaseVersionMinor = ( [int]::Parse( $customProps.GetElementsByTagName("VersionMinor").'#text' ) )

0 comments on commit 89674ac

Please sign in to comment.