Created
October 1, 2018 15:54
-
-
Save bayological/801b184dbda862d8c3e9613db353599f to your computer and use it in GitHub Desktop.
Publishing a self contained .Net Core app targeting Windows x64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet publish --runtime win10-x64 -o C:\TestPublish -f netcoreapp2.0 -c debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment