https://github.com/rhildred/appharbordotnetcoremvc
dotnet core mvc 2.0 on appharbor
https://github.com/rhildred/appharbordotnetcoremvc
Last synced: about 1 year ago
JSON representation
dotnet core mvc 2.0 on appharbor
- Host: GitHub
- URL: https://github.com/rhildred/appharbordotnetcoremvc
- Owner: rhildred
- License: mit
- Created: 2018-03-05T20:40:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T20:54:19.000Z (over 8 years ago)
- Last Synced: 2025-02-17T12:45:21.848Z (over 1 year ago)
- Language: C#
- Size: 511 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appharbordotnetcoremvc
dotnet core mvc 2.0 on appharbor
1. `dotnet new mvc`
2. `dotnet new sln`
3. `dotnet sln add <>.csproj`
Then you want to change the <>.csproj from
```
netcoreapp2.0
```
to this
```
netcoreapp2.0
$(OutDir)_PublishedWebsites\NetCoreApp\
```
Push to bitbucket or github, deploy on appharbor