Powershell: Make 7.0 be the base version for builds

Created on 8 Aug 2019  路  2Comments  路  Source: PowerShell/PowerShell

When I'm working on PRs, the version of PowerShell that gets built is 6.0.0-alpha.10. I'd like to change that to 7.0.0-alpha.10 (or whatever...I just want it to be 7.0 since I'm working on 7.0-related functionality). Where is that base version set so that I can change it?

Issue-Question Resolution-Answered

Most helpful comment

I believe you need to just run: git fetch --all --tags

All 2 comments

I believe you need to just run: git fetch --all --tags

Wonderful, that was exactly what I needed. Thanks @SteveL-MSFT!

Was this page helpful?
0 / 5 - 0 ratings