Skip to content

Merge pull request #84 from mateuszskoczek/features/github_actions #20

Merge pull request #84 from mateuszskoczek/features/github_actions

Merge pull request #84 from mateuszskoczek/features/github_actions #20

Workflow file for this run

name: Build application on dev push
on:
push:
branches:
- "dev"
paths:
- "VDownload**"
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build