We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2e91d commit 81ddf00Copy full SHA for 81ddf00
Pack.ps1
@@ -19,7 +19,7 @@ $buildOptions += '/p:Configuration=Release'
19
&$builder $sln $buildOptions
20
&$builder $slnCompat $buildOptions
21
22
-$winFile = New-Object IO.FileInfo( ".\bin\netcore45\MsgPack.dll" )
+$winFile = New-Object IO.FileInfo( ".\bin\portable-windows8+wpa\MsgPack.dll" )
23
$xamarinFile = New-Object IO.FileInfo( ".\bin\monotouch\MsgPack.dll" )
24
if( ( $winFile.LastWriteTime - $xamarinFile.LastWriteTime ).Days -ne 0 )
25
{
0 commit comments