Skip to content

Commit 9543441

Browse files
committed
Corrected path to new sample project
1 parent 073df33 commit 9543441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ for path in test/*.Tests/*.csproj; do
2222
dotnet test -f netcoreapp1.0 -c Release ${path}
2323
done
2424

25-
dotnet build -f netcoreapp1.0 -c Release sample/Sample.csproj
25+
dotnet build -f netcoreapp1.0 -c Release sample/Sample/Sample.csproj

0 commit comments

Comments
 (0)