Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Last active April 23, 2016 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FeodorFitsner/e33f629c8a10becd1efd to your computer and use it in GitHub Desktop.
Save FeodorFitsner/e33f629c8a10becd1efd to your computer and use it in GitHub Desktop.
Package WAP to Web Deploy package and pushing to artifacts
msbuild WebApp\WebApp.csproj /T:Package /P:PackageLocation="%APPVEYOR_BUILD_FOLDER%\WebApp.zip"
appveyor PushArtifact WebApp.zip -Type WebDeployPackage -DeploymentName WebApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment