Skip to content

Commit

Permalink
Migrate to common build pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Aug 9, 2024
1 parent 554c5c2 commit 6af2b54
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 54 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build and publish

on:
push:
branches:
- master
- main
- release/**
paths-ignore:
- Material.Avalonia.Demo*/**
tags:
- v**

jobs:
build-and-test:
uses: SKProCH/CommonWorkflows/.github/workflows/build-publish.yml@main
secrets:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
with:
publish-nightly: false
dotnet-version: 8
26 changes: 0 additions & 26 deletions .github/workflows/dotnet.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/publish.yml

This file was deleted.

6 changes: 1 addition & 5 deletions YandexMusicResolver/YandexMusicResolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<Authors>SKProCH</Authors>
<PackageTags>yandex;music;yandexmusic;yandex.music</PackageTags>
<RepositoryUrl>https://github.com/SKProCH/YandexMusicResolver.git</RepositoryUrl>
<Title>Yandex.Music Resolver</Title>
<Description>A library aimed at searching, resolving and getting direct links to tracks, playlists or albums in Yandex.Music. Can work without authorization.</Description>
<RepositoryType>Git</RepositoryType>
<PackageProjectUrl>https://github.com/SKProCH/YandexMusicResolver</PackageProjectUrl>
<Version>6.0.0-preview1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>
- Move ctors with HttpClient to factory methods
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>

Expand Down

0 comments on commit 6af2b54

Please sign in to comment.