mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Changed namespace.
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Services\Environment\Configuration\DefaultPlatformConfigurationAccessor.cs" />
|
<Compile Include="Services\Environment\Configuration\DefaultPlatformConfigurationAccessor.cs" />
|
||||||
<Compile Include="Services\Environment\Configuration\IPlatformConfigurationAccessor.cs" />
|
<Compile Include="Services\Environment\Configuration\IPlatformConfigurationAccessor.cs" />
|
||||||
<Compile Include="Services\TaskLease\AzureApplicationEnvironment.cs" />
|
<Compile Include="Services\Environment\AzureApplicationEnvironment.cs" />
|
||||||
<Content Include="Web.config" />
|
<Content Include="Web.config" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Content Include="Module.txt" />
|
<Content Include="Module.txt" />
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using Microsoft.WindowsAzure.ServiceRuntime;
|
using Microsoft.WindowsAzure.ServiceRuntime;
|
||||||
using Orchard.Environment;
|
using Orchard.Environment;
|
||||||
|
|
||||||
namespace Orchard.Azure.Services.TaskLease {
|
namespace Orchard.Azure.Services.Environment {
|
||||||
public class AzureApplicationEnvironment : IApplicationEnvironment {
|
public class AzureApplicationEnvironment : IApplicationEnvironment {
|
||||||
public string GetEnvironmentIdentifier() {
|
public string GetEnvironmentIdentifier() {
|
||||||
return RoleEnvironment.CurrentRoleInstance.Id;
|
return RoleEnvironment.CurrentRoleInstance.Id;
|
||||||
Reference in New Issue
Block a user