Skip to content

Commit bbe943d

Browse files
committed
Merge Conflict
1 parent c7d31c7 commit bbe943d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Microsoft.Azure.Commands.AzureBackup">
39-
<HintPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Commands.AzureBackup.dll</HintPath>
40-
</Reference>
4138
<Reference Include="Microsoft.Azure.Common.Authentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4239
<SpecificVersion>False</SpecificVersion>
4340
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.0.25-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
@@ -124,7 +121,7 @@
124121
</ItemGroup>
125122
<ItemGroup>
126123
<Compile Include="ScenarioTests\AzureBackupItemTestCases.cs" />
127-
<Compile Include="ScenarioTests\AzureBackupTests.cs" />
124+
<Compile Include="ScenarioTests\AzureBackupPolicyTests.cs" />
128125
<Compile Include="ScenarioTests\AzureBackupTestBase.cs" />
129126
<Compile Include="Properties\AssemblyInfo.cs" />
130127
<Compile Include="ScenarioTests\BackupItemTests.cs" />
@@ -164,7 +161,7 @@
164161
<None Include="ScenarioTests\AzureBackupItemTestCases.ps1">
165162
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
166163
</None>
167-
<None Include="ScenarioTests\AzureBackupTests.ps1">
164+
<None Include="ScenarioTests\AzureBackupPolicyTests.ps1">
168165
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
169166
</None>
170167
<None Include="ScenarioTests\BackupItemTests.ps1">

0 commit comments

Comments
 (0)