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

Commit 476aa20

Browse files
committed
Update common.props to build portable debug symbols
1 parent d4cb6c2 commit 476aa20

File tree

7 files changed

+5
-17
lines changed

7 files changed

+5
-17
lines changed

AspNet.Security.OAuth.Extensions.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2CFA7432
1010
build\key.snk = build\key.snk
1111
build\packages.props = build\packages.props
1212
build\repo.props = build\repo.props
13-
build\tests.props = build\tests.props
1413
build\version.props = build\version.props
1514
EndProjectSection
1615
EndProject

build/common.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<NoWarn>$(NoWarn);CS1591</NoWarn>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010
<DebugSymbols>true</DebugSymbols>
11-
<DebugType>full</DebugType>
12-
<DebugType Condition=" '$(Configuration)' != 'Debug' ">pdbonly</DebugType>
13-
<DebugType Condition=" '$(OS)' != 'Windows_NT' ">portable</DebugType>
11+
<DebugType>portable</DebugType>
1412
</PropertyGroup>
1513

1614
<Target Name="WorkaroundAppConfigPathTooLong" BeforeTargets="GenerateBindingRedirects">

build/tests.props

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/AspNet.Security.OAuth.Introspection.Tests/AspNet.Security.OAuth.Introspection.Tests.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

3-
<Import Project="..\..\build\tests.props" />
3+
<Import Project="..\..\build\common.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>

test/AspNet.Security.OAuth.Validation.Tests/AspNet.Security.OAuth.Validation.Tests.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

3-
<Import Project="..\..\build\tests.props" />
3+
<Import Project="..\..\build\common.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>

test/Owin.Security.OAuth.Introspection.Tests/Owin.Security.OAuth.Introspection.Tests.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

3-
<Import Project="..\..\build\tests.props" />
3+
<Import Project="..\..\build\common.props" />
44

55
<PropertyGroup>
66
<TargetFramework>net461</TargetFramework>

test/Owin.Security.OAuth.Validation.Tests/Owin.Security.OAuth.Validation.Tests.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

3-
<Import Project="..\..\build\tests.props" />
3+
<Import Project="..\..\build\common.props" />
44

55
<PropertyGroup>
66
<TargetFramework>net461</TargetFramework>

0 commit comments

Comments
 (0)