We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea228b commit 4a2136aCopy full SHA for 4a2136a
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
name: CI
2
3
-on: [push]
+on: [push, pull_request]
4
5
jobs:
6
build:
@@ -11,5 +11,6 @@ jobs:
11
- uses: actions/setup-dotnet@v1
12
with:
13
dotnet-version: '3.1.100'
14
- - run: dotnet build -c Release /nowarn:CS1591
+ - run: dotnet build -c Release
15
- run: dotnet test -c Release /nowarn:CS1591
16
+ - run: dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE} -p:version=1.0.0 /nowarn:CS1591
0 commit comments