Skip to content

Merge pull request #28 from Ken-Tucker/avalonia_sample #78

Merge pull request #28 from Ken-Tucker/avalonia_sample

Merge pull request #28 from Ken-Tucker/avalonia_sample #78

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: 'windows-2022'
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --configuration Release --no-build --verbosity normal
- name: Upload Artifact
uses: actions/[email protected]
with:
name: published_nuget
path: AstronomyPictureOfTheDay\bin\Release\