You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,9 @@ jobs:
17
17
steps:
18
18
# Checkout
19
19
- uses: actions/checkout@v2
20
-
with:
21
-
fetch-depth: 2# This must be >= 2 to compare commits
22
20
23
-
# Optional step, add only for a specific dotnet version that doesn't come with ubuntu-latest
24
-
#For a list of software that comes pre-installed with ubuntu-latest visit bit.ly/2synnZl
21
+
# Optional step, add only for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest
22
+
#Visit bit.ly/2synnZl for a list of software that comes pre-installed with ubuntu-latest / windows-latest
25
23
# - name: Setup dotnet
26
24
# uses: actions/setup-dotnet@v1
27
25
# with:
@@ -36,7 +34,8 @@ jobs:
36
34
# nuget_key: ${{secrets.NUGET_API_KEY}} # nuget.org API key
37
35
```
38
36
39
-
Project version updates are monitored on every push / PR merge to master & a new tag is created to denote the updated version. If a `nuget_key` is passed then the project gets built, packed & published to nuget.org
37
+
- Project version updates are monitored on every push / PR merge to master & a new tag is created to denote the updated version
38
+
- If a `nuget_key` is present then the project gets built, packed & published to nuget.org
0 commit comments