We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a927b9 commit b7a83f5Copy full SHA for b7a83f5
2 files changed
.github/workflows/NuGet-tag-publish.yml
@@ -16,7 +16,10 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 6.0.x
+ dotnet-version: |
20
+ 3.1.x
21
+ 5.0.x
22
+ 6.0.x
23
24
- name: Install dotnet tool
25
run: dotnet tool install -g dotnetCampus.TagToVersion
.github/workflows/dotnetcore.yml
@@ -12,7 +12,10 @@ jobs:
12
13
14
15
- name: Build with dotnet
run: dotnet build --configuration Release
0 commit comments