Skip to content

Bump anothrNick/github-tag-action from 1.67.0 to 1.69.0 #23

Bump anothrNick/github-tag-action from 1.67.0 to 1.69.0

Bump anothrNick/github-tag-action from 1.67.0 to 1.69.0 #23

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [[self-hosted, linux], [self-hosted, windows], macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@main
with:
global-json-file: 'global.json'
- name: "Build project"
run: |
dotnet tool restore
dotnet build /m /p:Configuration=Debug