Skip to content

build(deps): bump Google.Apis.YouTube.v3 from 1.62.0.3155 to 1.62.0.3… #660

build(deps): bump Google.Apis.YouTube.v3 from 1.62.0.3155 to 1.62.0.3…

build(deps): bump Google.Apis.YouTube.v3 from 1.62.0.3155 to 1.62.0.3… #660

Workflow file for this run

name: .NET Core
on:
push:
branches:
- master
- dev
- dotnet-7
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true # 'recursive' 'true' or 'false'
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build with dotnet
env:
DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX: 2
run: dotnet build --configuration Release
- name: Test with dotnet
env:
DBKind: "sqlite"
ConnectionStrings__Sqlite: "Filename=./bin/Debug/net7.0/Blogging.db"
DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX: 2
run: dotnet test -v m --configuration Debug