Skip to content

Commit ba5a664

Browse files
committed
Added copy to output always for recording tests
1 parent 56f3edb commit ba5a664

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,12 @@
363363
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests\TestGetComputeNodeById.json">
364364
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
365365
</None>
366-
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests\TestGetComputeNodeRemoteLoginSettingsById.json" />
367-
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests\TestGetComputeNodeRemoteLoginSettingsPipeline.json" />
366+
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests\TestGetComputeNodeRemoteLoginSettingsById.json">
367+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
368+
</None>
369+
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests\TestGetComputeNodeRemoteLoginSettingsPipeline.json">
370+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
371+
</None>
368372
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests\TestListAllComputeNodes.json">
369373
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
370374
</None>
@@ -590,7 +594,9 @@
590594
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests\TestListAllPools.json">
591595
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
592596
</None>
593-
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests\TestListNodeAgentSkus.json" />
597+
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests\TestListNodeAgentSkus.json">
598+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
599+
</None>
594600
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests\TestListPoolsByFilter.json">
595601
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
596602
</None>

0 commit comments

Comments
 (0)