Table of Contents
first.bat
start d:\redis\a.bat
cd D:\MongoDB\bin\
start a.bat
www.iaspnetcore.com_release.bat
title www.iaspnetcore.com release
d:
cd G:\Nopcommerce\wwwiaspnetcorecom\src\Presentation\Nop.Web
dotnet publish -c release
cd G:\Nopcommerce\wwwiaspnetcorecom\src\Presentation\Nop.Web\bin\Release\netcoreapp2.1\publish
dotnet Nop.Web.dll --urls http://localhost:6000
how to install sdk on window10
https://aka.ms/dotnet-download
download Build apps - SDK,not Run apps - Runtime
for windows-x64-installer
OS:windows
Arm64 | x64 | x86
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.300-windows-x64-installer
sdk Included runtimes
.NET Runtime 6.0.5
ASP.NET Core Runtime 6.0.5
.NET Desktop Runtime 6.0.5
how to uninstall sdk on window10
C:\Program Files\dotnet\sdk
C:\Program Files\dotnet\shared
C:\Program Files\dotnet\sdk-manifests\6.0.300