Skip to content

Commit f692a05

Browse files
committed
Add NuGet package Kysect.SolutionDefaults
0 parents  commit f692a05

12 files changed

Lines changed: 4974 additions & 0 deletions

.github/workflows/ci-cd.yaml

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

0 commit comments

Comments
 (0)