Skip to content

Commit

Permalink
Setup GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Nov 8, 2023
1 parent 9c1638a commit b4d549f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 54 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build

on:
push:
branches:
- "*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: dotnet build -c Release
54 changes: 0 additions & 54 deletions appveyor.yml

This file was deleted.

0 comments on commit b4d549f

Please sign in to comment.