We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66c9a4 commit d11ed0cCopy full SHA for d11ed0c
build.sh
@@ -8,4 +8,10 @@ done
8
for path in sample/project.json; do
9
dirname="$(dirname "${path}")"
10
dotnet build ${dirname}
11
-done
+done
12
+
13
+for path in test/Serilog.Sinks.Splunk.Tests/project.json; do
14
+ dirname="$(dirname "${path}")"
15
+ dotnet build ${dirname} -f netcoreapp1.0 -c Release
16
+ dotnet test ${dirname} -f netcoreapp1.0 -c Release
17
0 commit comments