Skip to content

Commit bd17e93

Browse files
committed
removing duplicate release configuration from redis test project
1 parent 51b6e75 commit bd17e93

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@
1717
<RestorePackages>true</RestorePackages>
1818
<TargetFrameworkProfile />
1919
<NuGetPackageImportStamp>94efee6d</NuGetPackageImportStamp>
20-
</PropertyGroup>
21-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
22-
<SignAssembly>true</SignAssembly>
23-
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
24-
<DelaySign>true</DelaySign>
25-
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
26-
<Prefer32Bit>false</Prefer32Bit>
27-
</PropertyGroup>
20+
</PropertyGroup>
2821
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2922
<DebugSymbols>true</DebugSymbols>
3023
<DebugType>full</DebugType>
@@ -34,14 +27,18 @@
3427
<ErrorReport>prompt</ErrorReport>
3528
<WarningLevel>4</WarningLevel>
3629
</PropertyGroup>
37-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
38-
<OutputPath>bin\Release\</OutputPath>
30+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31+
<OutputPath>bin\Release\</OutputPath>
3932
<DefineConstants>TRACE;SIGN</DefineConstants>
4033
<Optimize>true</Optimize>
4134
<DebugType>pdbonly</DebugType>
4235
<PlatformTarget>AnyCPU</PlatformTarget>
4336
<ErrorReport>prompt</ErrorReport>
4437
<RunCodeAnalysis>false</RunCodeAnalysis>
38+
<SignAssembly>true</SignAssembly>
39+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
40+
<DelaySign>true</DelaySign>
41+
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
4542
</PropertyGroup>
4643
<ItemGroup>
4744
<Reference Include="Hyak.Common">

0 commit comments

Comments
 (0)