File tree Expand file tree Collapse file tree 3 files changed +46
-0
lines changed
src/CloudService/test/test-artifacts Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ **********************************************************************************************
4
+
5
+ This file was generated by a tool from the project file: ServiceConfiguration.Cloud.cscfg
6
+
7
+ Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
8
+
9
+ **********************************************************************************************
10
+ -->
11
+ <ServiceConfiguration serviceName =" AzureCloudServicePowerShellCmdletTest" xmlns =" http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily =" 6" osVersion =" *" schemaVersion =" 2015-04.2.6" >
12
+ <Role name =" WebRole" >
13
+ <Instances count =" 2" />
14
+ <ConfigurationSettings >
15
+ <Setting name =" Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value =" UseDevelopmentStorage=true" />
16
+ </ConfigurationSettings >
17
+ </Role >
18
+ <Role name =" WorkerRole" >
19
+ <Instances count =" 2" />
20
+ <ConfigurationSettings >
21
+ <Setting name =" Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value =" UseDevelopmentStorage=true" />
22
+ </ConfigurationSettings >
23
+ </Role >
24
+ <NetworkConfiguration >
25
+ <VirtualNetworkSite name =" CsCmdletTestVnet" />
26
+ <AddressAssignments >
27
+ <InstanceAddress roleName =" WebRole" >
28
+ <Subnets >
29
+ <Subnet name =" WebTier" />
30
+ </Subnets >
31
+ </InstanceAddress >
32
+ <InstanceAddress roleName =" WorkerRole" >
33
+ <Subnets >
34
+ <Subnet name =" WebTier" />
35
+ </Subnets >
36
+ </InstanceAddress >
37
+ </AddressAssignments >
38
+ </NetworkConfiguration >
39
+ </ServiceConfiguration >
Original file line number Diff line number Diff line change 86
86
<Ext Check =" 1" >.xaml</Ext >
87
87
<Ext Check =" 1" >.ttml</Ext >
88
88
<Ext Check =" 1" >.ddue</Ext >
89
+ <Ext Check =" 1" >.cscfg</Ext >
89
90
</Extensions >
90
91
</Type >
91
92
<Type ID =" 3" Check =" 1" >
278
279
<Ext Check =" 1" >.vssx</Ext >
279
280
</Extensions >
280
281
</Type >
282
+ <Type ID =" 35" Check =" 0" >
283
+ <Name >Binary files</Name >
284
+ <Extensions >
285
+ <Ext Check =" 1" >.cspkg</Ext >
286
+ </Extensions >
287
+ </Type >
281
288
</PckFileTypes >
282
289
</xmldata >
You can’t perform that action at this time.
0 commit comments