Include the download script

This commit is contained in:
SGKoishi 2019-10-02 16:29:26 -07:00
parent 79b092b9c1
commit fdbc958b34
No known key found for this signature in database
GPG key ID: 8FFC399070653828
2 changed files with 23 additions and 1 deletions

View file

@ -10,7 +10,7 @@ jobs:
with:
submodules: recursive
- name: Download MSBuild installer
run: powershell "$source = (New-Object System.Net.WebClient).DownloadString(\"https://gist.githubusercontent.com/sgkoishi/87e613881f9164bf03849603dd4f4266/raw/\") ; Add-Type
run: powershell "$source = Get-Content -Path \"scripts\\SetupMSBuild.cs\" ; Add-Type
-TypeDefinition \"$source\" ; [SetupMSBuild]::Download((Get-Item -Path \".\\\").FullName);
"
- name: Setup .NET SDK