Skip to content

Instantly share code, notes, and snippets.

@gaupoit
Created February 22, 2017 09:08
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 gaupoit/cc4df70f3c21a0c49a719ba1e9cb9f14 to your computer and use it in GitHub Desktop.
Save gaupoit/cc4df70f3c21a0c49a719ba1e9cb9f14 to your computer and use it in GitHub Desktop.
build_aspnetcore_on_ubuntu
dotnet restore -r ubuntu.16.04-x64
dotnet build -r ubuntu.16.04-x64
dotnet publish -r ubuntu.16.04-x64 -o "~/g_builds/build_${BUILD_NUMBER}_${GIT_COMMIT}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment