Skip to content

Commit af83839

Browse files
Update release builds to portable symbols for publishing. (#105)
1 parent eb76329 commit af83839

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Azure/Azure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<DebugType>pdbonly</DebugType>
33+
<DebugType>portable</DebugType>
3434
<Optimize>true</Optimize>
3535
<DefineConstants>TRACE</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>

src/AzureAppConfig/AzureAppConfig.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<DebugType>pdbonly</DebugType>
33+
<DebugType>portable</DebugType>
3434
<Optimize>true</Optimize>
3535
<DefineConstants>TRACE</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>

src/Base/Base.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>pdbonly</DebugType>
31+
<DebugType>portable</DebugType>
3232
<Optimize>true</Optimize>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>

src/Environment/Environment.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>pdbonly</DebugType>
31+
<DebugType>portable</DebugType>
3232
<Optimize>true</Optimize>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>

src/Json/Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>pdbonly</DebugType>
31+
<DebugType>portable</DebugType>
3232
<Optimize>true</Optimize>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>

src/KeyPerFile/KeyPerFile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>pdbonly</DebugType>
31+
<DebugType>portable</DebugType>
3232
<Optimize>true</Optimize>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>

src/UserSecrets/UserSecrets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>pdbonly</DebugType>
31+
<DebugType>portable</DebugType>
3232
<Optimize>true</Optimize>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>

0 commit comments

Comments
 (0)