Skip to content

Commit fa626e5

Browse files
committed
netcoreapp
1 parent 909f5c4 commit fa626e5

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dotnet test .\test\SuperBenchmarker.Tests\SuperBenchmarker.Tests.csproj
55
dotnet build .\src\SuperBenchmarker\SuperBenchmarker.csproj -c Release -o .\..\..\artifacts\net452 -f net452
66
del /F /Q .\artifacts\net452\SuperBenchmarker.pdb
77
tools\ilmerge.exe /target:exe /out:download\sb.exe /targetplatform:v4,%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319 artifacts\net452\SuperBenchmarker.exe artifacts\net452\CommandLine.dll artifacts\net452\Newtonsoft.Json.dll artifacts\net452\System.Net.Http.Formatting.dll artifacts\net452\RandomGen.dll
8-
dotnet publish .\src\SuperBenchmarker\SuperBenchmarker.csproj -c Release -o .\..\..\artifacts\netstandard2.0 -f netstandard2.0
9-
tar -cvzf ./download/superbenchmarker.tar.gz ./artifacts/netstandard2.0
8+
dotnet publish .\src\SuperBenchmarker\SuperBenchmarker.csproj -c Release -o .\..\..\artifacts\netcoreapp2.0 -f netcoreapp2.0
9+
REM tar -cvzf ./download/superbenchmarker.tar.gz ./artifacts/netcoreapp2.0

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dotnet restore -r netcoreapp2.0 -r netstandard2.0
1+
dotnet restore -r netcoreapp2.0
22
dotnet test -f netcoreapp2.0

download/sb.exe

0 Bytes
Binary file not shown.

download/superbenchmarker.tar.gz

-1.81 MB
Binary file not shown.

src/SuperBenchmarker/SuperBenchmarker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
3+
<TargetFrameworks>netcoreapp2.0;net452</TargetFrameworks>
44
<Summary>Apache Benchmark on steroids</Summary>
55
<AssemblyName>SuperBenchmarker</AssemblyName>
66
<PackageId>SuperBenchmarker</PackageId>

0 commit comments

Comments
 (0)