Skip to content

Commit ceddbf4

Browse files
committed
Fix for StorSimple tests
1 parent 1f11607 commit ceddbf4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<appSettings>
4+
<add key="CloudServiceName" value="CisService-DTYHC5NYB4BUTV3ZHFNSE5EKIZZGLGYR44OJUL5OQGG4I2EMYOZA-west-us" />
5+
<add key="ResourceName" value="OneSDK-Resource" />
6+
<add key="ResourceId" value="1975530557201809476" />
7+
<add key="ResourceNamespace" value="WACis" />
8+
<add key="CisStampId" value="7ef900f6-ad91-497d-a9c5-2742b7ed4a75" />
9+
<add key="ClientSettingsProvider.ServiceUri" value="" />
10+
</appSettings>
11+
</configuration>

src/ServiceManagement/StorSimple/Commands.StorSimple.Test/Commands.StorSimple.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
</ProjectReference>
135135
</ItemGroup>
136136
<ItemGroup>
137+
<None Include="App.config" />
137138
<None Include="packages.config">
138139
<SubType>Designer</SubType>
139140
</None>

0 commit comments

Comments
 (0)