Skip to content

QQ音乐歌曲id+更稳定地获取专辑封面url (#37) #6

QQ音乐歌曲id+更稳定地获取专辑封面url (#37)

QQ音乐歌曲id+更稳定地获取专辑封面url (#37) #6

Workflow file for this run

name: Action
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
configuration: [Release]
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 1
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- name: Restore the application
run: dotnet restore
- name: Build
run: dotnet build --no-restore