You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ public class PublishAzureWebsiteProject : WebsiteContextBaseCmdlet, IDynamicPara
28
28
[ValidateNotNullOrEmpty]
29
29
publicHashtableConnectionString{get;set;}
30
30
31
+
[Parameter(ParameterSetName="Package",Position=3,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The configuration tokens to use for the deployment.")]
32
+
[ValidateNotNullOrEmpty]
33
+
publicstringTokens{get;set;}
34
+
31
35
[Parameter(Mandatory=false,ParameterSetName="Package",HelpMessage="The WebDeploy SetParameters.xml file to transform configuration within the package.")]
32
36
publicstringSetParametersFile{get;set;}
33
37
@@ -83,6 +87,33 @@ public override void ExecuteCmdlet()
0 commit comments