Skip to content

Commit eb7e564

Browse files
committed
Migrate from custom CI to dotnet-releaser
1 parent c725151 commit eb7e564

File tree

5 files changed

+19
-86
lines changed

5 files changed

+19
-86
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/ci-cd.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
build:
9+
uses: Kysect/.github/.github/workflows/dotnet-releaser.yaml@master
10+
with:
11+
dotnet-version: '8.0'
12+
secrets:
13+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

.github/workflows/nuget-publish.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

Sources/Kysect.PowerShellRunner.Tests/Kysect.PowerShellRunner.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
31-
<PackageReference Include="coverlet.collector" >
32-
<PrivateAssets>all</PrivateAssets>
33-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
34-
</PackageReference>
3531
</ItemGroup>
3632

3733
<ItemGroup>

Sources/dotnet-releaser.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# configuration file for dotnet-releaser
2+
[msbuild]
3+
project = "Kysect.PowerShellRunner.sln"
4+
[github]
5+
user = "kysect"
6+
repo = "PowerShellRunner"

0 commit comments

Comments
 (0)