Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created July 30, 2016 10:54
Show Gist options
  • Save justinyoo/821e3f6f4d31ac911abb8ec6eaecb210 to your computer and use it in GitHub Desktop.
Save justinyoo/821e3f6f4d31ac911abb8ec6eaecb210 to your computer and use it in GitHub Desktop.
CD on VSTS for .NET Core Apps
$output = "$PWD\artifacts\$appName"
dotnet publish $projectPath --configuration $Configuration --output $output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment