Skip to content

nuget: Bump RocketModFix.Unturned.Redist.Server from 3.26.1.1 to 3.26.2.2 #259

nuget: Bump RocketModFix.Unturned.Redist.Server from 3.26.1.1 to 3.26.2.2

nuget: Bump RocketModFix.Unturned.Redist.Server from 3.26.1.1 to 3.26.2.2 #259

Workflow file for this run

name: Rocket.API
on:
create:
tags:
- "*"
push:
branches: [ master ]
paths:
- '.github/workflows/Rocket.API.yaml'
- 'Rocket/Rocket.API/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/Rocket.API.yaml'
- 'Rocket/Rocket.API/**'
jobs:
Compatibility-Check:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v5
name: Setup .NET
with:
dotnet-version: 8.x
- name: Check compatibility with original repository
uses: ./.github/actions/compatibility-check
with:
fail-on-breaking-changes: true
build:
name: "Rocket.API Build"
runs-on: ubuntu-latest
needs: Compatibility-Check
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v5
name: Setup .NET
with:
dotnet-version: 8.x
- uses: ./.github/actions/project-build
id: project-build
with:
project_path: Rocket/Rocket.API
github_token: ${{ secrets.PAT }}
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
nuget_push: true