Skip to content

Commit aabcbd3

Browse files
committed
Added Sample to build on Travis.
1 parent 5f35b90 commit aabcbd3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,6 @@ FakesAssemblies/
196196
*.opt
197197

198198
project.lock.json
199+
200+
#Test files
201+
*.txt

build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ done
1010

1111
for path in test/*.Tests/*.csproj; do
1212
dotnet test -f netcoreapp2.0 -c Release ${path}
13-
done
13+
done
14+
15+
cd sample/Sample/
16+
dotnet run -f netcoreapp2.0 -c Release

sample/Sample/Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net46;netcoreapp1.0</TargetFrameworks>
4+
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
55
<OutputType>Exe</OutputType>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)