I hereby claim:
- I am jedieaston on github.
- I am jedieaston (https://keybase.io/jedieaston) on keybase.
- I have a public key ASADlIklTnAwj_U8pG0w4RCKNIFm6Y2RtfDj6Cx1wellSAo
To claim this, I am signing this object:
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%%##%&@@@@@@@@@@@@@@@@@@@%(,..**#%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&#/*. .,/%@@@@@@@@@@@@ |
| # Given the PR number, see what the status of the pipeline is. | |
| Param( | |
| [Parameter(Position = 0, HelpMessage = "The Pull Request to check on.", Mandatory = $true)] | |
| [String] $PullRequest | |
| ) | |
| $ErrorActionPreference = "Stop" | |
| $ProgressPreference = "SilentlyContinue" | |
| $url = "https://dev.azure.com/ms/winget-pkgs/_apis/build/builds?branchName=refs/pull/$PullRequest/merge&api-version=6.0" |
| function Get-ARPTable { | |
| $registry_paths = @('HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*','HKLM:\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*') | |
| return Get-ItemProperty $registry_paths -ErrorAction SilentlyContinue | | |
| Select-Object DisplayName, DisplayVersion, Publisher, @{N='ProductCode'; E={$_.PSChildName}}| | |
| Where-Object {$null -ne $_.DisplayName } | | |
| Where-Object {$null -ne $_.DisplayVersion } | | |
| Where-Object {$null -ne $_.Publisher } | |
| } |
| $errorActionPreference = "Stop" | |
| $products = @( | |
| @{ | |
| manifestId = "JetBrains.PyCharm.Community"; | |
| jetbrainsId = "PCC"; | |
| }, | |
| @{ | |
| manifestId = "JetBrains.PyCharm.Professional"; | |
| jetbrainsId = "PCP"; | |
| }, |
| $ErrorActionPreference = "Stop" | |
| $apiLatestUrl = 'https://api.github.com/repos/microsoft/winget-cli/releases/latest' | |
| $tempFolder = $env:TEMP | |
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | |
| $WebClient = New-Object System.Net.WebClient | |
| function Update-EnvironmentVariables { | |
| foreach($level in "Machine","User") { |
| $ErrorActionPreference = "Stop" | |
| $FirefoxRoot = "C:\Users\Easton Pillay\projects\winget-pkgs\manifests\m\Mozilla\Firefox\Firefox\" | |
| $PATH_TO_PR_BODY = "C:\Users\Easton Pillay\projects\qprbody.md" | |
| $committedBranches = @() | |
| Set-Location $FirefoxRoot | |
| git checkout master | |
| git remote add upstream https://github.com/microsoft/winget-pkgs/ | |
| git fetch --all | |
| $versions = Get-ChildItem -Directory | Select-Object Name |
| # Change these first! | |
| $TARGETVERSION = "16.9.31112.23" | |
| $BASEVERSION = "16.9.31105.61" | |
| $root = "C:\Users\Easton Pillay\projects\winget-pkgs\manifests\Microsoft\VisualStudio" | |
| $BASEMANIFEST = ".\" + $BASEVERSION + ".yaml" | |
| $baseParams = @{ | |
| manifest = $BASEMANIFEST; | |
| newVersion = $TARGETVERSION; |
| { | |
| // For documentation on these settings, see: https://aka.ms/winget-settings | |
| // "source": { | |
| // "autoUpdateIntervalInMinutes": 5 | |
| // }, | |
| "visual": { | |
| "progressBar": "rainbow" | |
| }, | |
| "experimentalFeatures": { | |
| "experimentalMSStore": true, |
I hereby claim:
To claim this, I am signing this object:
| cinst visualstudiocode | |
| cinst git | |
| cinst python3 | |
| cinst bluej |