Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 706 Bytes

File metadata and controls

28 lines (26 loc) · 706 Bytes

This is Sample Project Created for CI/CD

  • This project requires
    • .net 6.0 core
    • nodejs 16
  • The steps to build this project are
dotnet restore ./MusicStore/MusicStore.csproj
dotnet build ./MusicStore/MusicStore.csproj
  • The steps to run the unit tests are
dotnet restore ./MusicStore/MusicStore.csproj
dotnet build ./MusicStore/MusicStore.csproj

  • Below screen shot is on windows system build Preview
  • To build the frontend Preview
  • To run the frontend
# Cd in to ClientApp Folder
npm install
npm run start
  • To get the test results junit format is also supported