Skip to content

Bump Microsoft.AspNetCore.OData from 8.2.0 to 8.2.2 #148

Bump Microsoft.AspNetCore.OData from 8.2.0 to 8.2.2

Bump Microsoft.AspNetCore.OData from 8.2.0 to 8.2.2 #148

Workflow file for this run

name: Dotnet
on:
push:
branches: [ main ]
tags:
- v*
pull_request:
branches: [ main ]
env:
IMAGE_NAME: odataexample
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
include-prerelease: true
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore