File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
test/Serilog.Sinks.Splunk.Tests Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 5
5
- os : linux # Ubuntu 14.04
6
6
dist : trusty
7
7
sudo : required
8
- dotnet : 1.0.1
8
+ dotnet : 1.0.4
9
9
10
10
script :
11
11
- ./build.sh
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ foreach ($test in ls test/*.Tests) {
41
41
Pop-Location
42
42
}
43
43
44
- foreach ($test in ls test /* .PerformanceTests ) {
44
+ foreach ($test in ls sample / Sample ) {
45
45
Push-Location $test
46
46
47
47
echo " build: Building performance test project in $test "
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ dotnet --info
15
15
dotnet restore
16
16
17
17
for path in src/** /* .csproj; do
18
- dotnet build -f netstandard1.0 -c Release ${path}
19
- dotnet build -f netstandard1.3 -c Release ${path}
18
+ dotnet build -f netstandard1.1 -c Release ${path}
20
19
done
21
20
22
21
for path in test/* .Tests/* .csproj; do
Original file line number Diff line number Diff line change 14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0-preview-20170106-08 " />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0-beta5-build1225 " />
19
- <PackageReference Include =" xunit" Version =" 2.2.0-beta5-build3474 " />
20
- <PackageReference Include =" Newtonsoft.Json" Version =" 9 .0.1 " />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
18
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
19
+ <PackageReference Include =" xunit" Version =" 2.2.0" />
20
+ <PackageReference Include =" Newtonsoft.Json" Version =" 10 .0.2 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
You can’t perform that action at this time.
0 commit comments