Actions build (#340)

* Build with GitHub Actions

* Changing dotnet-version

* Updating version again

* Updating path to sln and adding test step

* Updates to file path

* Path is probably starting out at the root

* Updating path once again

* Updating name

* Adding build badge to readme

* Making the build work in markdown
This commit is contained in:
Eric Fleming
2020-01-08 08:16:42 -07:00
committed by Steve Smith
parent 0a93e61f03
commit 288d827821
2 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
![Build Status](https://github.com/dotnet-architecture/eShopOnWeb/workflows/eShopOnWeb%20Build%20and%20Test/badge.svg)
# Microsoft eShopOnWeb ASP.NET Core Reference Application
Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a single-process (monolithic) application architecture and deployment model. If you're new to .NET development, read the [Getting Started for Beginners](https://github.com/dotnet-architecture/eShopOnWeb/wiki/Getting-Started-for-Beginners) guide.