ItzLevvie / MicrosoftTeams-msinternal

This project was created from PowerShell which allows people to download the latest internal build of Microsoft Teams.
486 stars 30 forks source link

Remove blank lines defconfig2 between non-msix and msix builds #5

Closed JonathanPitre closed 2 years ago

JonathanPitre commented 2 years ago

Would it be possible to remove the blanks lines between the non-msix and msix builds ? I wrote a regex to capture the version and urls and with that blank line in between it makes it darn impossible.

https://raw.githubusercontent.com/ItzLevvie/MicrosoftTeams-msinternal/master/defconfig2

image

Thank you

ItzLevvie commented 2 years ago

This has now been implemented.

ItzLevvie commented 2 years ago

Please be aware that — for most people out there — these internal builds based on WebView2 are only useful for our Microsoft employees (and possibly data miners) as installing these builds will always downgrade you to the latest build that is available to the public.

If you want to include WebView2 builds into your scripts then cherry-picking Public (R4) and Early Access (R3.6 or EA) will be completely fine for your use case.

JonathanPitre commented 2 years ago

Thanks much appreciated!

I'll stick to the public preview and public builds for WebView 2 then.