Skip to content

Commit 73f1db1

Browse files
committed
Mark scenario test record file as Copy Always. Otherwise it will fail at github build step.
1 parent 624cb18 commit 73f1db1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ServiceManagement/Common/Commands.ScenarioTest/Commands.ScenarioTest.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@
251251
<None Include="SessionRecords\Microsoft.WindowsAzure.Commands.ScenarioTest.DiagnosticsExtensionTests\TestAzureServiceDiagnosticsExtensionBasic.json">
252252
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
253253
</None>
254-
<None Include="SessionRecords\Microsoft.WindowsAzure.Commands.ScenarioTest.DiagnosticsExtensionTests\TestAzureServiceDiagnosticsExtensionConfigurationArray.json" />
254+
<None Include="SessionRecords\Microsoft.WindowsAzure.Commands.ScenarioTest.DiagnosticsExtensionTests\TestAzureServiceDiagnosticsExtensionConfigurationArray.json">
255+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
256+
</None>
255257
<None Include="SessionRecords\Microsoft.WindowsAzure.Commands.ScenarioTest.DscExtensionTests\TestGetAzureVMDscExtension.json">
256258
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
257259
</None>

0 commit comments

Comments
 (0)