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 c725151 commit eb7e564
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 86 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.

Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" >
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
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 eb7e564

Please sign in to comment.