Skip to content

Commit a4ea039

Browse files
author
Maddie Clayton
authored
Update Commands.Websites.Test.csproj
1 parent e73978c commit a4ea039

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@
194194
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppTests\TestWebAppPublishingProfile.json">
195195
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
196196
</None>
197+
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestGetDeletedWebApp.json">
198+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
199+
</None>
200+
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestRestoreDeletedWebAppToExisting.json">
201+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
202+
</None>
203+
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestRestoreDeletedWebAppToNew.json">
204+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
205+
</None>
197206
</ItemGroup>
198207
<ItemGroup>
199208
<ProjectReference Include="..\..\..\Storage\Commands.Storage\Commands.Storage.csproj">
@@ -209,4 +218,4 @@
209218
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
210219
</ItemGroup>
211220
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212-
</Project>
221+
</Project>

0 commit comments

Comments
 (0)