Skip to content

Commit

Permalink
Migrate from custom CI to dotnet-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
FrediKats committed May 11, 2024
1 parent 72f1bfd commit a4e8b67
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 82 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build-test.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: ci

on:
push:
pull_request:

jobs:
build:
uses: Kysect/.github/.github/workflows/dotnet-releaser.yaml@master
with:
dotnet-version: '8.0'
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
43 changes: 0 additions & 43 deletions .github/workflows/nuget-publish.yml

This file was deleted.

6 changes: 6 additions & 0 deletions Sources/dotnet-releaser.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# configuration file for dotnet-releaser
[msbuild]
project = "Kysect.PowerShellRunner.sln"
[github]
user = "kysect"
repo = "PowerShellRunner"

0 comments on commit a4e8b67

Please sign in to comment.