Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/Sophia.yml
|
|
@ -65,7 +65,7 @@ jobs: |
|
|
|
Invoke-RestMethod @Parameters |
|
|
|
|
|
|
|
# Rename archive to able to expand it |
|
|
|
Rename-Item -Path "Scripts\microsoft.windows.sdk.net.ref.nupkg" -NewName "$PSScriptRoot\microsoft.windows.sdk.net.ref.zip" -Force |
|
|
|
Rename-Item -Path "Scripts\microsoft.windows.sdk.net.ref.nupkg" -NewName "microsoft.windows.sdk.net.ref.zip" -Force |
|
|
|
|
|
|
|
# Extract Microsoft.Windows.SDK.NET.dll & WinRT.Runtime.dll from archive |
|
|
|
Add-Type -Assembly System.IO.Compression.FileSystem |
|
|
|