Skip to content

TPham92/publishprofile-webdeploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

publishprofile-webdeploy

Build status

Quick example of getting a site up and running with .Net Core on Mac. This site converts the publishsettings from Azure Websites and converts it to yml for AppVeyor.

Pre-Reqs

In order to run this solution you need to have bower and .Net Core installed on your machine.

Getting Started

Clone the repository.

git clone https://github.com/Cyberkruz/publishprofile-webdeploy.git
cd publishprofile-webdeploy

Restore NuGet packages

cd src/
dotnet restore

Restore the frontend packages

cd Cyberkruz.PublishProfile.Web
bower install
cd ..

Run the tests

dotnet test Cyberkruz.PublishProfile.Web.Tests/Cyberkruz.PublishProfile.Web.Tests.csproj

Build the project

dotnet build

Run the project

cd Cyberkruz.PublishProfile.Web
dotnet run

About

Quick example of getting a site up and running with .Net Core on Mac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.9%
  • JavaScript 8.6%
  • CSS 6.5%