From 6a398fa795058d0ca5e10bc9593b7b32ab67b0bf Mon Sep 17 00:00:00 2001 From: Administrador Date: Tue, 14 Mar 2023 14:56:29 -0600 Subject: [PATCH] something --- .github/workflows/dotnet.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2aa1767..e69de29 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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