BusynessNotification

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 18b6d2398921a8f7829141bbba50aae2ce42a715
parent f39e132d635145933dda12f218f92386467a6a61
Author: Minerva_juppiter <ryouturn@gmail.com>
Date:   Sat,  6 Apr 2024 14:21:44 +0900

Merge branch 'master' of https://github.com/minerva-jupiter/BusynessNotification

Diffstat:
D.github/workflows/dotnet.yml | 28----------------------------
1 file changed, 0 insertions(+), 28 deletions(-)

diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml @@ -1,28 +0,0 @@ -# This workflow will build a .NET project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net - -name: .NET - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 8.0.x - - name: Restore dependencies - run: dotnet restore - - name: Build - run: dotnet build --no-restore - - name: Test - run: dotnet test --no-build --verbosity normal