Skip to content

Commit

Permalink
Fix some shellcheck errors (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthelin authored Jun 21, 2020
1 parent c2e3488 commit 775764d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#/usr/bin/bash
#!/bin/bash

PROJ=ServerHost.sln

nuget restore $PROJ && msbuild $PROJ

3 changes: 2 additions & 1 deletion Test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#/usr/bin/bash
#!/bin/bash

xunit_version=2.4.1
dotnet_version=net461

mono ~/.nuget/packages/xunit.runner.console/$xunit_version/tools/$dotnet_version/xunit.console.exe Tests/Tests.Net46/bin/Debug/ServerHost.Tests.dll

0 comments on commit 775764d

Please sign in to comment.