Dotnet build
- Ensure dotnet 7 is installed
- Manual build steps
git clone https://github.com/dummyrepos/nopCommerceNov23
cd nopCommerceNov23/src
dotnet build -c Release src/NopCommerce.sln
dotnet publish -c Release src/Presentation/Nop.Web/Nop.Web.csproj -o "./published"
- Refer Here for the Jenkinsfile

Sonar account
- Create an account in sonar cloud Refer Here
- Login with your GitHub account.
Jfrog Cloud Account
- Create an account in Jfrog Refer Here




- Lets create a maven repository


