forked from avatar29A/MusicBrainz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request avatar29A#68 from avatar29A/develop
Release version 3.0
- Loading branch information
Showing
91 changed files
with
180 additions
and
705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: dotnet package | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
dotnet-version: [ '6.0.x' ] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }} | ||
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: ${{ matrix.dotnet-version }} | ||
- name: Install dependencies | ||
run: dotnet restore ./src/Hqub.MusicBrainz.sln | ||
- name: Build | ||
run: dotnet build ./src/Hqub.MusicBrainz.sln --configuration Release | ||
- name: Test | ||
run: dotnet test ./src/Hqub.MusicBrainz.Tests/Hqub.MusicBrainz.Tests.csproj --verbosity normal |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
Hqub.MusicBrainz/Hqub.MusicBrainz.API/Entities/Artist.Obsolete.cs
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
Hqub.MusicBrainz/Hqub.MusicBrainz.API/Entities/Recording.Obsolete.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.