Skip to content

Re-add Nerdbank.GitVersioning to tool #15

Re-add Nerdbank.GitVersioning to tool

Re-add Nerdbank.GitVersioning to tool #15

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
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
# - name: Restore NuGet packages
# run: dotnet restore
# - name: Handle versioning
# run: nbgv cloud -a -c
- name: Build solution
run: dotnet build --configuration Release