Skip to content

Commit 62fd1f7

Browse files
sign job related stuff added.
1 parent 4c885dc commit 62fd1f7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/Common/Commands.Common.Compute/Commands.Common.Compute.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33+
<DebugType>pdbonly</DebugType>
34+
<Optimize>true</Optimize>
35+
<OutputPath>bin\Release\</OutputPath>
36+
<DefineConstants>TRACE;SIGN</DefineConstants>
37+
<PlatformTarget>AnyCPU</PlatformTarget>
38+
<CodeAnalysisLogFile>bin\Release\Management.Utilities.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
39+
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
40+
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
41+
<ErrorReport>prompt</ErrorReport>
42+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43+
<SignAssembly>true</SignAssembly>
44+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
45+
<DelaySign>true</DelaySign>
46+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
47+
<Prefer32Bit>false</Prefer32Bit>
48+
</PropertyGroup>
3249
<ItemGroup>
3350
<Reference Include="Microsoft.Rest.ClientRuntime">
3451
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
Binary file not shown.

0 commit comments

Comments
 (0)