Skip to content

Commit 82c373d

Browse files
unknownunknown
authored andcommitted
Set the session record file to CopyAlways.
1 parent dc6196b commit 82c373d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@
257257
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineExtensionTests\TestVirtualMachineExtension.json">
258258
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
259259
</None>
260-
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineExtensionTests\TestVirtualMachineExtensionUsingHashTable.json" />
260+
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineExtensionTests\TestVirtualMachineExtensionUsingHashTable.json">
261+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
262+
</None>
261263
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestAddNetworkInterface.json">
262264
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
263265
</None>

0 commit comments

Comments
 (0)