mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Former-commit-id: 7a764406af5b0f487c3eb7439c347efa6ac34473 Former-commit-id: 990903100ffa4f51e4cae13a5d600560d250d95faf/merge-core
5 changed files with 18 additions and 15 deletions
@ -1,3 +1,5 @@ |
|||
@echo off |
|||
|
|||
powershell "Import-Module %~dp0\psake.psm1 ; Invoke-Psake %~dp0\build.ps1 ; exit $LASTEXITCODE" |
|||
powershell "Import-Module %~dp0\psake.psm1 ; Invoke-Psake %~dp0\build.ps1 ; exit $LASTEXITCODE" |
|||
|
|||
pause |
|||
Loading…
Reference in new issue