GoogleCloudPlatform / google-cloud-powershell

PowerShell cmdlets for the Google Cloud Platform
http://googlecloudplatform.github.io/google-cloud-powershell/
Apache License 2.0
135 stars 61 forks source link

Change tooling to package .NET Core module #571

Closed quoctruong closed 6 years ago

quoctruong commented 6 years ago

After this change, the .\BuildAndPackage.ps1 script will package both the Core CLR and normal CLR bits into one module. The GoogleCloud.psm1 file will pick which assembly to load based on the PowerShell runtime. This way, our module will work across the different platforms.

I also added logic to install Cloud SDK on Unix systems.


This change is Reviewable

quoctruong commented 6 years ago

Thanks!