Created
June 17, 2019 06:59
-
-
Save MzITHiVE/fb090b7f31d5e5de10fa9bd3c7ff6199 to your computer and use it in GitHub Desktop.
A command script for create a win-x64 publish of a .net core project!
This file contains hidden or 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 MealsyPOSServices.csproj -c Release --self-contained -r win-x64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment