Skip to content

Commit

Permalink
Update ci with reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 17, 2024
1 parent 731dde8 commit 949c4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

24 changes: 4 additions & 20 deletions .github/workflows/managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,7 @@ on:
- 'src/**'

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Install .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Build, Test, Pack, Publish
shell: bash
run: |
dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml
multi:
uses: xoofx/.github/.github/workflows/dotnet-multi.yml@main
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit 949c4c9

Please sign in to comment.