Skip to content

Commit f2132ca

Browse files
committed
[#104553236] Add dummy session records
1 parent 73e9244 commit f2132ca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/ServiceManagement/Common/Commands.Common.Test/Commands.Common.Test.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@
299299
<Content Include="Resources\DSC\DSC Resource Kit Wave 6 08282014.zip">
300300
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
301301
</Content>
302+
<None Include="SessionRecords\Microsoft.WindowsAzure.Commands.Common.Test.Common.PSCmdletTests\CmdletNameAndParameterSetInHeader.json">
303+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
304+
</None>
302305
</ItemGroup>
303306
<ItemGroup>
304307
<EmbeddedResource Include="Resources\invalidsubscriptions.xml" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Entries": [],
3+
"Names": {},
4+
"Variables": {}
5+
}

0 commit comments

Comments
 (0)