Skip to content

Update dotnet-ci.yaml #34

Update dotnet-ci.yaml

Update dotnet-ci.yaml #34

Workflow file for this run

name: dotnet-ci
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100-rc.2.23502.2'
- name: Restore dependencies
run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
- name: build
run: dotnet build ./src/WPF/GeneralUpdate.Tool.sln -c Release