Skip to content

Bump Swashbuckle.AspNetCore.SwaggerUI from 6.2.3 to 6.3.0 in /src/PublicApi in the nuget group across 1 directory #4

Bump Swashbuckle.AspNetCore.SwaggerUI from 6.2.3 to 6.3.0 in /src/PublicApi in the nuget group across 1 directory

Bump Swashbuckle.AspNetCore.SwaggerUI from 6.2.3 to 6.3.0 in /src/PublicApi in the nuget group across 1 directory #4

Workflow file for this run

name: eShopOnWeb Build and Test
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release
- name: Test with dotnet
run: dotnet test ./eShopOnWeb.sln --configuration Release