Skip to content

Commit

Permalink
Merge pull request dotnet#149 from Rick-Anderson/patch-3
Browse files Browse the repository at this point in the history
Add password/package
  • Loading branch information
vijayrkn authored Mar 14, 2017
2 parents eaf4499 + 56fddac commit 95381a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ or
dotnet msbuild WebApplication.csproj /p:DeployOnBuild=true /p:PublishProfile=<FolderProfileName>
```
- MSDeploy Publish with a profile:
- MSDeploy Publish with a profile and password:
```
msbuild WebApplication.csproj /p:DeployOnBuild=true /p:PublishProfile=<MsDeployProfileName> /p:Password=<DeploymentPassword>
```
(Not available on DotNet Core yet)
- MsDeploy Package Publish with a profile:
```
msbuild WebApplication.csproj /p:DeployOnBuild=true /p:PublishProfile=<MsDeployProfileName>
msbuild WebApplication.csproj /p:DeployOnBuild=true /p:PublishProfile=<MsDeployPackageProfileName>
```
(Not available on DotNet Core yet)
Expand Down

0 comments on commit 95381a7

Please sign in to comment.