Skip to content

Commit 954ac93

Browse files
committed
Merge pull request Azure#1289 from yoavrubin/dev
Setting copytoutpoutdirectory for threat detection tests recordings
2 parents e03d5d8 + e00b74a commit 954ac93

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -515,11 +515,21 @@
515515
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerCrudTests\TestServerUpdate.json">
516516
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
517517
</None>
518-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\DisablingThreatDetection.json" />
519-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\InvalidArgumentsThreatDetection.json" />
520-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionDatabaseGetDefualtPolicy.json" />
521-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionDatabaseUpdatePolicy.json" />
522-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionOnV2Server.json" />
518+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\DisablingThreatDetection.json">
519+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
520+
</None>
521+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\InvalidArgumentsThreatDetection.json">
522+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
523+
</None>
524+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionDatabaseGetDefualtPolicy.json">
525+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
526+
</None>
527+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionDatabaseUpdatePolicy.json">
528+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
529+
</None>
530+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionOnV2Server.json">
531+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
532+
</None>
523533
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.TransparentDataEncryptionCrudTests\TestDatabaseTransparentDataEncryptionGet.json">
524534
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
525535
</None>

0 commit comments

Comments
 (0)