Skip to content

Commit

Permalink
Disable packing of sample & benchmark projects (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jan 17, 2019
1 parent 2657c25 commit bfe9623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Esprima.Benchmark/Esprima.Benchmark.csproj
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Esprima.Benchmark</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Esprima.Benchmark</PackageId>
<IsPackable>false</IsPackable>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/Esprima.Sample/Esprima.Sample.csproj
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<AssemblyName>Esprima.Sample</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Esprima.Sample</PackageId>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bfe9623

Please sign in to comment.