Merge branch 'dev' of https://github.com/mateuszskoczek/VDownload into dev
This commit is contained in:
24
.github/workflows/push_dev.yml
vendored
Normal file
24
.github/workflows/push_dev.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
name: Build application
|
||||||
|
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "dev"
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user