Skip to content

Commit f492200

Browse files
author
Yitao Zhang
committed
Fix the missing copy if newer property in test.
1 parent 8f29d2e commit f492200

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@
272272
<None Include="SessionRecords\Microsoft.Azure.Commands.DataFactories.Test.NamingValidationTests\TestInvalidPipelineName.json">
273273
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
274274
</None>
275-
<None Include="SessionRecords\Microsoft.Azure.Commands.DataFactories.Test.NamingValidationTests\TestInvalidResourceGroupName.json" />
275+
<None Include="SessionRecords\Microsoft.Azure.Commands.DataFactories.Test.NamingValidationTests\TestInvalidResourceGroupName.json">
276+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
277+
</None>
276278
<None Include="SessionRecords\Microsoft.Azure.Commands.DataFactories.Test.NamingValidationTests\TestInvalidTableName.json">
277279
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
278280
</None>

0 commit comments

Comments
 (0)