Skip to content

Bump new packages

Bump new packages #601

Workflow file for this run

name: OpenMod.Core
on:
create:
tags:
- "*"
push:
branches: [ main ]
paths:
- '.github/workflows/OpenMod.Core.yaml'
- 'framework/OpenMod.Common/**'
- 'framework/OpenMod.Core/**'
- 'framework/OpenMod.NuGet/**'
- 'framework/OpenMod.API/**'
- 'framework/tests/OpenMod.Core.Tests/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/OpenMod.Core.yaml'
- 'framework/OpenMod.Common/**'
- 'framework/OpenMod.Core/**'
- 'framework/OpenMod.NuGet/**'
- 'framework/OpenMod.API/**'
- 'framework/tests/OpenMod.Core.Tests/**'
jobs:
build:
name: "OpenMod.Core Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
name: Setup .NET
with:
dotnet-version: 7.x
- uses: ./.github/actions/project-build
id: project-build
with:
project_path: framework/OpenMod.Core
github_token: ${{ secrets.GITHUB_TOKEN }}
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
nuget_push: true