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 26
26
</PropertyGroup >
27
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
28
<DebugType >pdbonly</DebugType >
29
+ <DefineConstants >TRACE;SIGN</DefineConstants >
29
30
<Optimize >true</Optimize >
30
31
<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 >
34
37
</PropertyGroup >
35
38
<ItemGroup >
36
39
<Reference Include =" Hyak.Common" >
83
86
</ItemGroup >
84
87
<ItemGroup >
85
88
<None Include =" Microsoft.Azure.Commands.UsageAggregates.dll-help.psd1" />
89
+ <None Include =" MSSharedLibKey.snk" />
86
90
<None Include =" packages.config" />
87
91
<None Include =" TestTheCmdLet.ps1" />
88
92
</ItemGroup >
You can’t perform that action at this time.
0 commit comments