Skip to content

Bump Imageflow.NativeTool.win-x86 from 2.0.0-preview4 to 2.0.0-preview8 in /tests/Imageflow.TestDotNetFull #83

Bump Imageflow.NativeTool.win-x86 from 2.0.0-preview4 to 2.0.0-preview8 in /tests/Imageflow.TestDotNetFull

Bump Imageflow.NativeTool.win-x86 from 2.0.0-preview4 to 2.0.0-preview8 in /tests/Imageflow.TestDotNetFull #83

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x
- name: Setup .NET 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.x
- name: Install dependencies
run: dotnet restore ./src/Imageflow.dncore.sln
- name: Build
run: dotnet build --configuration Release --no-restore ./src/Imageflow.dncore.sln
- name: Test
run: dotnet test --no-restore --verbosity normal ./src/Imageflow.dncore.sln