mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
406 B
5 lines
406 B
rmdir /s /q %~dp0..\ICSharpCode.Decompiler\bin |
|
rmdir /s /q %~dp0..\ICSharpCode.Decompiler\obj |
|
nuget restore %~dp0..\ILSpy.sln || exit /b 1 |
|
%windir%\microsoft.net\framework\v4.0.30319\msbuild %~dp0..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj /p:Configuration=Release "/p:Platform=Any CPU" /p:BuildNuGetPackage=True || exit /b 1 |
|
nuget pack %~dp0ICSharpCode.Decompiler.nuspec /Symbols || exit /b 1
|
|
|