Skip to content

Commit b72cdd8

Browse files
committed
allow dealy signing of experiments assembly
1 parent ad01778 commit b72cdd8

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed
160 Bytes
Binary file not shown.

experiments/Websites.Experiments/Microsoft.Azure.Commands.Websites.Experiments.csproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@
2525
<DebugType>pdbonly</DebugType>
2626
<Optimize>true</Optimize>
2727
<OutputPath>..\..\src\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Websites.Experiments\</OutputPath>
28-
<DefineConstants>TRACE</DefineConstants>
28+
<DefineConstants>TRACE; SIGN</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
31+
<SignAssembly>true</SignAssembly>
32+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
33+
<DelaySign>true</DelaySign>
3134
</PropertyGroup>
3235
<ItemGroup>
3336
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -67,16 +70,20 @@
6770
<None Include="AzureRM.Websites.Experiments.Tests.ps1">
6871
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6972
</None>
70-
<None Include="help\New-AzWebApp.md" >
71-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
73+
<None Include="help\New-AzWebApp.md">
74+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7275
</None>
73-
<None Include="help\New-AzWebAppGrayParam.md" >
74-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
76+
<None Include="help\New-AzWebAppGrayParam.md">
77+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7578
</None>
79+
<None Include="MSSharedLibKey.snk" />
7680
<None Include="packages.config" />
7781
<None Include="Run-UnitTests.ps1">
7882
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7983
</None>
8084
</ItemGroup>
85+
<ItemGroup>
86+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
87+
</ItemGroup>
8188
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8289
</Project>

experiments/Websites.Experiments/Microsoft.Azure.Commands.Websites.Experiments.sln

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.6
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Commands.Websites.Experiments", "Microsoft.Azure.Commands.Websites.Experiments.csproj", "{870244A0-0703-4D43-AF20-58E9F2C6C63E}"
77
EndProject
@@ -11,8 +11,8 @@ Global
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{870244A0-0703-4D43-AF20-58E9F2C6C63E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{870244A0-0703-4D43-AF20-58E9F2C6C63E}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{870244A0-0703-4D43-AF20-58E9F2C6C63E}.Debug|Any CPU.ActiveCfg = Release|Any CPU
15+
{870244A0-0703-4D43-AF20-58E9F2C6C63E}.Debug|Any CPU.Build.0 = Release|Any CPU
1616
{870244A0-0703-4D43-AF20-58E9F2C6C63E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1717
{870244A0-0703-4D43-AF20-58E9F2C6C63E}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection

0 commit comments

Comments
 (0)