File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/ServiceManagement/Services/Commands/Websites Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public override void ExecuteCmdlet()
92
92
if ( File . Exists ( Path . Combine ( Path . GetDirectoryName ( fullPackage ) , fullSetParametersFile ) ) )
93
93
{
94
94
WriteVerbose ( "Setting path for Parameters file to local one to package: " + Path . Combine ( Path . GetDirectoryName ( fullPackage ) , fullSetParametersFile ) ) ;
95
- fullSetParametersFile = Path . Combine ( Path . GetDirectoryName ( fullPackage ) , fullSetParametersFile ) ;
95
+ fullSetParametersFile = Path . Combine ( Path . GetDirectoryName ( fullPackage ) , fullSetParametersFile ) ;
96
96
}
97
97
}
98
98
@@ -155,12 +155,12 @@ public object GetDynamicParameters()
155
155
parameter . Name = name ;
156
156
parameter . ParameterType = typeof ( string ) ;
157
157
parameter . Attributes . Add ( new ParameterAttribute ( )
158
- {
159
- ParameterSetName = "ProjectFile" ,
160
- Mandatory = false ,
161
- ValueFromPipelineByPropertyName = true ,
162
- HelpMessage = "Connection string from Web.config."
163
- }
158
+ {
159
+ ParameterSetName = "ProjectFile" ,
160
+ Mandatory = false ,
161
+ ValueFromPipelineByPropertyName = true ,
162
+ HelpMessage = "Connection string from Web.config."
163
+ }
164
164
) ;
165
165
dynamicParameters . Add ( name , parameter ) ;
166
166
}
You can’t perform that action at this time.
0 commit comments