Skip to content

Commit 81ddf00

Browse files
committed
Fix check script because netcore45 becomes portable-windows8+wpa.
1 parent 5e2e91d commit 81ddf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $buildOptions += '/p:Configuration=Release'
1919
&$builder $sln $buildOptions
2020
&$builder $slnCompat $buildOptions
2121

22-
$winFile = New-Object IO.FileInfo( ".\bin\netcore45\MsgPack.dll" )
22+
$winFile = New-Object IO.FileInfo( ".\bin\portable-windows8+wpa\MsgPack.dll" )
2323
$xamarinFile = New-Object IO.FileInfo( ".\bin\monotouch\MsgPack.dll" )
2424
if( ( $winFile.LastWriteTime - $xamarinFile.LastWriteTime ).Days -ne 0 )
2525
{

0 commit comments

Comments
 (0)