Skip to content

Commit 748ae84

Browse files
author
Hao Chen
committed
Moved Resource.Test to CLU.
1 parent b29886a commit 748ae84

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/CLU/CLUCoreCLR.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Commands.Ma
2727
EndProject
2828
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Commands.Websites.Test", "Microsoft.Azure.Commands.Websites.Test\Microsoft.Azure.Commands.Websites.Test.xproj", "{F4D46F77-36D6-4BDB-95D0-85B1FAD1E160}"
2929
EndProject
30+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Commands.Resources.Test", "Microsoft.Azure.Commands.Resources.Test\Microsoft.Azure.Commands.Resources.Test.xproj", "{A9CC2879-D45D-4DCB-A405-6EEDB749B15F}"
31+
EndProject
3032
Global
3133
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3234
Debug|Any CPU = Debug|Any CPU
@@ -81,6 +83,10 @@ Global
8183
{F4D46F77-36D6-4BDB-95D0-85B1FAD1E160}.Debug|Any CPU.Build.0 = Debug|Any CPU
8284
{F4D46F77-36D6-4BDB-95D0-85B1FAD1E160}.Release|Any CPU.ActiveCfg = Release|Any CPU
8385
{F4D46F77-36D6-4BDB-95D0-85B1FAD1E160}.Release|Any CPU.Build.0 = Release|Any CPU
86+
{A9CC2879-D45D-4DCB-A405-6EEDB749B15F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
87+
{A9CC2879-D45D-4DCB-A405-6EEDB749B15F}.Debug|Any CPU.Build.0 = Debug|Any CPU
88+
{A9CC2879-D45D-4DCB-A405-6EEDB749B15F}.Release|Any CPU.ActiveCfg = Release|Any CPU
89+
{A9CC2879-D45D-4DCB-A405-6EEDB749B15F}.Release|Any CPU.Build.0 = Release|Any CPU
8490
EndGlobalSection
8591
GlobalSection(SolutionProperties) = preSolution
8692
HideSolutionNode = FALSE

src/CLU/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockCommandRuntime.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.Common.Test.Mocks
2424
{
2525
public class MockCommandRuntime : ICommandRuntime
2626
{
27-
public class PSHostConcrete : System.Management.Automation.Host.PSHost
27+
/*public class PSHostConcrete : System.Management.Automation.Host.PSHost
2828
{
2929
public override CultureInfo CurrentCulture
3030
{
@@ -89,7 +89,7 @@ public override Version Version
8989
throw new NotImplementedException();
9090
}
9191
}
92-
}
92+
}*/
9393

9494
public List<ErrorRecord> ErrorStream = new List<ErrorRecord>();
9595
public List<object> OutputPipeline = new List<object>();

0 commit comments

Comments
 (0)