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 2b20b0a commit 6c8cfa0Copy full SHA for 6c8cfa0
2 files changed
.github/workflows/dotnet-build.yml
@@ -10,6 +10,15 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
13
+ - name: Setup .NET
14
+ uses: actions/setup-dotnet@v1
15
+ with:
16
+ dotnet-version: |
17
+ 3.1.x
18
+ 5.0.x
19
+ 6.0.x
20
+ 7.0.x
21
+
22
- name: Build with dotnet
23
run: dotnet build --configuration Release
24
.github/workflows/nuget-tag-publish.yml
@@ -12,7 +12,16 @@ jobs:
-
25
- name: Install dotnet tool
26
run: dotnet tool install -g dotnetCampus.TagToVersion
27
0 commit comments