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