Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created February 13, 2016 04:23
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 justinyoo/1f879b73e7d91974a1a6 to your computer and use it in GitHub Desktop.
Save justinyoo/1f879b73e7d91974a1a6 to your computer and use it in GitHub Desktop.
CI/CD with AppVeyor
dnu restore -f https://www.myget.org/F/aspnet-contrib/api/v3/index.json
dnu publish "src\AppVeyorSample" --out DeployPackage --configuration Release --runtime dnx-clr-win-x86.1.0.0-rc1-update1 --wwwroot-out "wwwroot" --quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment