Skip to content

fix(Build): add MSBuild transitive package assets #9

fix(Build): add MSBuild transitive package assets

fix(Build): add MSBuild transitive package assets #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Restore
run: dotnet restore AtomUICity.slnx
- name: Release Gates
run: bash engineering/check-release.sh --no-restore