We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c164d5d commit 10c7932Copy full SHA for 10c7932
.github/workflows/dotnet.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
script-path: build.cake
19
target: Report
20
+ cake-version: 1.1.0
21
cake-bootstrap: true
22
- name: Publish coverage report to coveralls.io
23
uses: coverallsapp/github-action@v1.1.2
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
target: Pack
24
25
- name: Publish Solnet.Extensions on version change
26
uses: bmresearch/publish-nuget@master
0 commit comments