Skip to content

Shows how to use WebDeploy to package and deploy console applications

Notifications You must be signed in to change notification settings

mderriey/web-deploy-console-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mickaël Derriey
Jan 18, 2017
da68c74 · Jan 18, 2017

History

4 Commits
Jan 18, 2017
Jan 17, 2017
Jan 17, 2017
Jan 18, 2017
Jan 18, 2017

Repository files navigation

Web Deploy and console applications

This repo shows how to leverage Web Deploy to package and deploy console applications.

Steps

  • Open the VS solution in the src folder
  • Compile it
  • Open a PowerShell prompt in the scripts folder
  • Run .\package-application.ps1 -SourceFolder ..\src\ConsoleApplication\bin\Debug -DestinationFileName console-application.zip. This will create a console-application.zip package
  • Then execute .\deploy-application.ps1 -PackageFilePath console-application.zip -DestinationFolderName deployed-console-application -ParametersValuesFilePath .\parameters-values.xml. This will deploy the application in the deployed-console-application folder using the parameters values in the parameters-values.xml file

About

Shows how to use WebDeploy to package and deploy console applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published