Skip to content

Commit ac84d31

Browse files
author
Hovsep
committed
Merge pull request Azure#534 from hovsepm/release-0.9.4
Fixed UsageAggregates project
2 parents 3e61e62 + b16293d commit ac84d31

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/ResourceManager/Commerce/Commands.UsageAggregates/Commands.UsageAggregates.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2828
<DebugType>pdbonly</DebugType>
29+
<DefineConstants>TRACE;SIGN</DefineConstants>
2930
<Optimize>true</Optimize>
3031
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\UsageAggregates</OutputPath>
31-
<DefineConstants>TRACE</DefineConstants>
32-
<ErrorReport>prompt</ErrorReport>
33-
<WarningLevel>4</WarningLevel>
32+
<PlatformTarget>AnyCPU</PlatformTarget>
33+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
34+
<SignAssembly>true</SignAssembly>
35+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
36+
<DelaySign>true</DelaySign>
3437
</PropertyGroup>
3538
<ItemGroup>
3639
<Reference Include="Hyak.Common">
@@ -83,6 +86,7 @@
8386
</ItemGroup>
8487
<ItemGroup>
8588
<None Include="Microsoft.Azure.Commands.UsageAggregates.dll-help.psd1" />
89+
<None Include="MSSharedLibKey.snk" />
8690
<None Include="packages.config" />
8791
<None Include="TestTheCmdLet.ps1" />
8892
</ItemGroup>
Binary file not shown.

0 commit comments

Comments
 (0)