Skip to content

CICDProjects/MusicStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors