Skip to content

optimize IViewModelLocator not found fix #100

optimize IViewModelLocator not found fix

optimize IViewModelLocator not found fix #100

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: Build
run: msbuild Caliburn.Light.sln /restore /t:Pack /p:Configuration=Release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: NuGet packages
path: bin/platform/**/*.nupkg