Skip to content

Update README.md #27

Update README.md

Update README.md #27

Workflow file for this run

name: ASP.NET Core CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0
- name: Build with dotnet
run: dotnet build --configuration Release
working-directory: url-shortener-api-aspnet