mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-05-26 19:43:20 +00:00
6d9bca805f
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
6 lines
158 B
PowerShell
6 lines
158 B
PowerShell
$fwdir = gci C:\Windows\Microsoft.NET\Framework\ -dir | sort -desc | select -first 1
|
|
|
|
pushd $psscriptroot
|
|
& "$($fwdir.fullname)\csc.exe" /nologo shim.cs
|
|
popd
|