Skip to content

chore(ci): enable nuget caching + add package.lock #48

chore(ci): enable nuget caching + add package.lock

chore(ci): enable nuget caching + add package.lock #48

Workflow file for this run

name: CI
on:
push:
branches:
- master
- "*.x"
# - feature/*
paths-ignore:
- "**.md"
pull_request:
branches:
- master
- "*.x"
paths-ignore:
- "**.md"
jobs:
package:
name: Package
uses: sketch7/.github/.github/workflows/dotnet-package.yml@dotnet-libs-v1
with:
dotnet-version: 8.0.x
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
secrets:
nuget-auth-token: ${{ secrets.NUGET_KEY }}