File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
19+ - name : Setup .NET
20+ uses : actions/setup-dotnet@v4
21+ with :
22+ dotnet-version : 7.0.x
1923 - name : Setup GitVersion
2024 uses :
gittools/actions/gitversion/[email protected] 2125 with :
5963 - name : Setup .NET
6064 uses : actions/setup-dotnet@v4
6165 with :
62- dotnet-version : 9.0.x
66+ dotnet-version : |
67+ 7.0.x
68+ 9.0.x
6369 - name : Setup GitReleaseManager
6470 uses :
gittools/actions/gitreleasemanager/[email protected] 6571 with :
8490 runs-on : ubuntu-latest
8591 needs : upload-release-assets
8692 steps :
93+ - name : Setup .NET
94+ uses : actions/setup-dotnet@v4
95+ with :
96+ dotnet-version : 7.0.x
8797 - name : Setup GitReleaseManager
8898 uses :
gittools/actions/gitreleasemanager/[email protected] 8999 with :
You can’t perform that action at this time.
0 commit comments