Rebuild to ignore execution policies.
Build PowerShell on Windows for .NET Core
Build using Vagrant and VirtualBox
Build PowerShell in a clean Vagrant instance
vagrant snapshot restore clean || (vagrant up && vagrant snapshot save clean)
vagrant ssh -- pwsh c:/vagrant/build.ps1Remove Vagrant instance
vagrant destroy --force