Skip to content

RGB.NET-CI

RGB.NET-CI #98

Workflow file for this run

name: RGB.NET-CI
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
- name: Git Semantic Version
id: versioning
uses: PaulHatch/[email protected]
with:
tag_prefix: "v"
version_from_branch: false
search_commit_body: false
version_format: "${major}.${minor}.${patch}-prerelease.${increment}"
debug: true
- name: Print Diagnostic Output
run: echo "$DEBUG_OUTPUT"
env:
DEBUG_OUTPUT: ${{ steps.version.outputs.debug_output }}