Skip to content

Commit 3d2ea32

Browse files
committed
fix copy newest for the circuit connection json
1 parent 06296fb commit 3d2ea32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@
282282
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests\TestExpressRouteBgpServiceCommunitiesGet.json">
283283
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
284284
</None>
285-
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests\TestExpressRouteCircuitConnectionCRUD.json" />
285+
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests\TestExpressRouteCircuitConnectionCRUD.json" >
286+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
287+
</None>
286288
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.LoadBalancerTestsGenerated\TestBackendAddressPoolCRUDMinimalParameters.json">
287289
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
288290
</None>

0 commit comments

Comments
 (0)