File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/ResourceManager/Commerce/Commands.UsageAggregates Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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" >
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 >
You can’t perform that action at this time.
0 commit comments