Skip to content

[修改]1. 修改版本 #4

[修改]1. 修改版本

[修改]1. 修改版本 #4

Workflow file for this run

name: .NET Core
on:
push:
branches: [ gateway]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.300
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: GameFrameX.Extension/GameFrameX.Extension.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}