Files
Scoop/supporting/shimexe/build.ps1
T
Roy Ivy III 6d9bca805f whitespace cleanup
* 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)
2015-08-17 22:54:43 -05:00

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