Skip to content

Commit 9b58000

Browse files
IfJobSetsAutoFailure_ItCompletesWhenAnyTaskFails.json wasn't copying over to the output directory.
1 parent 12751ee commit 9b58000

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@
529529
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests\TestUpdateJobSchedule.json">
530530
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
531531
</None>
532+
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests\IfJobSetsAutoFailure_ItCompletesWhenAnyTaskFails.json" >
533+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
534+
</None>
532535
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests\TestDeleteJob.json">
533536
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
534537
</None>
@@ -562,7 +565,6 @@
562565
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests\TestNewJob.json">
563566
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
564567
</None>
565-
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests\IfJobSpecifiesTerminateOnFailure_ItCompletesWhenAnyTaskFails.json" />
566568
<None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests\TestTerminateJobById.json">
567569
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
568570
</None>

0 commit comments

Comments
 (0)