Skip to content

Update changelog & packages.lock.json #654

Update changelog & packages.lock.json

Update changelog & packages.lock.json #654

Workflow file for this run

name: Compile
on: [pull_request, push]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
5.0.x
6.0.x
- uses: actions/cache@v2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- run: dotnet nuget locals all --clear
name: Clear nuget cache
- name: Compile
run: |
dotnet build