Skip to content

Commit 21883ff

Browse files
committed
Merge pull request #123 from markcowl/fixsql
fix sql test issues caused by missing record files
2 parents ac92fd3 + 96374a5 commit 21883ff

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,18 @@
314314
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseUpdate.json">
315315
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
316316
</None>
317-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolCreate.json" />
318-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolGet.json" />
319-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolRemove.json" />
320-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolUpdate.json" />
317+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolCreate.json">
318+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
319+
</None>
320+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolGet.json">
321+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
322+
</None>
323+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolRemove.json">
324+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
325+
</None>
326+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolUpdate.json">
327+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
328+
</None>
321329
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerCrudTests\TestServerCreate.json">
322330
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
323331
</None>

0 commit comments

Comments
 (0)