Skip to content

Commit f86f676

Browse files
author
Hovsep
committed
Merge pull request #164 from markcowl/igniteinstall
Fixed installer and shorten long test name
2 parents 2153f70 + 463135f commit f86f676

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/ResourceManager/Automation/Commands.Automation/Commands.ResourceManagement.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
36-
<OutputPath>..\..\..\Package\Release\ResourceManagement\AzureResourceManagement\Automation\</OutputPath>
36+
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\Automation\</OutputPath>
3737
<DefineConstants>TRACE;SIGN</DefineConstants>
3838
<Optimize>true</Optimize>
3939
<DebugType>pdbonly</DebugType>

src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests\TestNewResourceGroupInNonExistingLocation.json">
309309
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
310310
</None>
311-
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests\TestNewResourceGroupWithTemplateThenGetWithAndWithoutDetails.json">
311+
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests\TestNewResourceGroupWithTemplate.json">
312312
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
313313
</None>
314314
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests\TestRemoveNonExistingResourceGroup.json">

src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/ResourceGroupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void TestNewDeploymentAndProviderRegistration()
7575
}
7676

7777
[Fact]
78-
public void TestNewResourceGroupWithTemplateThenGetWithAndWithoutDetails()
78+
public void TestNewResourceGroupWithTemplate()
7979
{
8080
ResourcesController.NewInstance.RunPsTest("Test-NewResourceGroupWithTemplateThenGetWithAndWithoutDetails");
8181
}

0 commit comments

Comments
 (0)