Skip to content

版本管理

版本管理 #122

Workflow file for this run

name: Build Project
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build CIPX
run: dotnet publish -p:CreateCipx=true --configuration Release --no-restore
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: systemtools-cipx-artifacts
path: |
D:\a\SystemTools\SystemTools\cipx\SystemTools.cipx