Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.
Open

Ci #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: Publish Nugets

on:
push:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pull Request status-check

on: pull_request

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Pack
run: dotnet pack DllProps.Tool/DllProps.Tool.csproj --configuration Release
- name: Install the tool
run: dotnet tool install --global --add-source . DllProps.Tool
- name: Run the Tool
run: dll-props DllProps.Tool/bin/Debug/netcoreapp2.1/DllProps.Tool.dll