Skip to content

Try a full depth collection. #19

Try a full depth collection.

Try a full depth collection. #19

name: Smoke-Build
on:
push:
branches:
- test-pipeline-build
# pull_request:
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0' # Allow all history to be fetched.
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
# - name: Handle versioning
# run: cp ./version.json ./nanoFirmwareFlasher.Tool/
- name: Build solution
run: dotnet build