Skip to content

Commit 71261db

Browse files
committed
Fix script comment-out.
1 parent 54cfc2b commit 71261db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pack.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ $xamarinFile = New-Object IO.FileInfo( ".\bin\monotouch\MsgPack.dll" )
2424
if( ( $winFile.LastWriteTime - $xamarinFile.LastWriteTime ).Days -ne 0 )
2525
{
2626
# It might that I forgot building in xamarin when winRT build and xamarin build last write time are differ more than 1day.
27-
#Write-Error "Last write times between WinRT binary and Xamarin library are very differ. Do you forget to place latest Xamarin build (on Mac) or latest WinRT build (on Windows) on ./bin ?"
28-
#return
27+
Write-Error "Last write times between WinRT binary and Xamarin library are very differ. Do you forget to place latest Xamarin build (on Mac) or latest WinRT build (on Windows) on ./bin ?"
28+
return
2929
}
3030

3131
.\.nuget\nuget.exe pack $nuspec

0 commit comments

Comments
 (0)