Skip to content

Bump NuGet.Protocol from 6.5.0 to 6.5.1 in /MiniZip.Test (#6) #141

Bump NuGet.Protocol from 6.5.0 to 6.5.1 in /MiniZip.Test (#6)

Bump NuGet.Protocol from 6.5.0 to 6.5.1 in /MiniZip.Test (#6) #141

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --configuration Release --verbosity normal
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-artifacts
path: artifacts/