Compare commits
3 Commits
@@ -16,6 +16,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
runs-on: linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
runs-on: linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -26,6 +27,7 @@ jobs:
|
|||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
version:
|
version:
|
||||||
name: Determine version
|
name: Determine version
|
||||||
|
runs-on: linux
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -49,6 +51,7 @@ jobs:
|
|||||||
version: ${{ steps.gitversion.outputs.SemVer }}
|
version: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
pack:
|
pack:
|
||||||
name: Pack
|
name: Pack
|
||||||
|
runs-on: linux
|
||||||
needs: version
|
needs: version
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -68,6 +71,7 @@ jobs:
|
|||||||
version: ${{needs.version.outputs.version}}
|
version: ${{needs.version.outputs.version}}
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
|
runs-on: linux
|
||||||
needs: pack
|
needs: pack
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
|
|||||||
@@ -8,6 +8,13 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Informations
|
||||||
|
|
||||||
|
> [!Important]
|
||||||
|
> **For Github users:**
|
||||||
|
>
|
||||||
|
> This is only mirror repository. All changes are first uploaded to the repository <a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Controls">here</a>. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility.
|
||||||
|
|
||||||
## NuGet registry status
|
## NuGet registry status
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
Reference in New Issue
Block a user