Skip to content

Commit

Permalink
Point to the correct .sln file in package script.
Browse files Browse the repository at this point in the history
  • Loading branch information
killnine committed Jul 8, 2019
1 parent 48420cc commit 9588c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Copy-Item test -Destination temp\test -Recurse
# clean up debug artifacts if there are any
Get-ChildItem temp -Include bin, obj -Recurse | Remove-Item -Recurse

Compress-Archive -Path temp\*, LICENSE.txt, NOTICE.txt, keyfile, nms.sln, package.ps1 -Update -DestinationPath $zipfile
Compress-Archive -Path temp\*, LICENSE.txt, NOTICE.txt, keyfile, nms-openwire.sln, package.ps1 -Update -DestinationPath $zipfile

write-progress "Removing temp files"
Remove-Item temp -Recurse
Expand Down

0 comments on commit 9588c27

Please sign in to comment.