Skip to content

Commit 74f98f0

Browse files
committed
Remove deprecated action.
1 parent 67c9870 commit 74f98f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/Build.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,4 @@ if ( $buildConfig -eq 'Release' )
213213
}
214214
[IO.Compression.ZipFile]::CreateFromDirectory( ( Convert-Path './MsgPack-CLI' ), ( Convert-Path '../dist/' ) + "MsgPack.Cli.${zipVersion}.zip" )
215215
Remove-Item ./MsgPack-CLI -Recurse -Force
216-
217-
if ( $env:APPVEYOR -ne "True" )
218-
{
219-
Write-Host "Package creation finished. Ensure AssemblyInfo.cs is updated and ./SetFileVersions.ps1 was executed."
220-
}
221216
}

0 commit comments

Comments
 (0)