Skip to content

BitMono.Protections #33

BitMono.Protections

BitMono.Protections #33

name: BitMono.Protections
on:
create:
tags:
- "*"
push:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
jobs:
build:
name: "BitMono.Protections Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
name: Setup .NET
with:
dotnet-version: 8.x
- uses: ./.github/actions/project-build
id: project-build
with:
project_path: src/BitMono.Protections
github_token: ${{ secrets.PAT }}
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
nuget_push: true