Skip to content

Commit 26312e5

Browse files
author
Nicholas King
committed
Mock files - CopyToOutputDirectory = Always, not CopyAlways
1 parent 3a2153d commit 26312e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@
245245
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
246246
</None>
247247
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppSlotTests\TestWebAppSwapWithPreviewResetSlotSwap.json">
248-
<CopyToOutputDirectory>CopyAlways</CopyToOutputDirectory>
248+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
249249
</None>
250250
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppSlotTests\TestWebAppSwapWithPreviewCompleteSlotSwap.json">
251-
<CopyToOutputDirectory>CopyAlways</CopyToOutputDirectory>
251+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
252252
</None>
253253
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppTests\TestCloneNewWebApp.json">
254254
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)