Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrador authored and Administrador committed Mar 14, 2023
1 parent 2c370cc commit 6a398fa
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,25 +0,0 @@
name: .NET

on:
push:
branches:
- '**'
pull_request:
branches: [ master, development ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore ./MCPackServer/MCPackServer.sln
- name: Build
run: dotnet build ./MCPackServer/MCPackServer.sln --no-restore
- name: Test
run: dotnet test ./MCPackServer/MCPackServer.sln --no-build --verbosity normal

0 comments on commit 6a398fa

Please sign in to comment.