Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Update common.props to build portable debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Jun 6, 2018
1 parent d4cb6c2 commit 476aa20
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 17 deletions.
1 change: 0 additions & 1 deletion AspNet.Security.OAuth.Extensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2CFA7432
build\key.snk = build\key.snk
build\packages.props = build\packages.props
build\repo.props = build\repo.props
build\tests.props = build\tests.props
build\version.props = build\version.props
EndProjectSection
EndProject
Expand Down
4 changes: 1 addition & 3 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DebugType Condition=" '$(Configuration)' != 'Debug' ">pdbonly</DebugType>
<DebugType Condition=" '$(OS)' != 'Windows_NT' ">portable</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<Target Name="WorkaroundAppConfigPathTooLong" BeforeTargets="GenerateBindingRedirects">
Expand Down
9 changes: 0 additions & 9 deletions build/tests.props

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\build\tests.props" />
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\build\tests.props" />
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\build\tests.props" />
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<TargetFramework>net461</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\build\tests.props" />
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<TargetFramework>net461</TargetFramework>
Expand Down

0 comments on commit 476aa20

Please sign in to comment.