Fixing test .net version
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v2
|
uses: actions/setup-dotnet@v2
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.8
|
dotnet-version: 6.0.*
|
||||||
- run: dotnet restore
|
- run: dotnet restore
|
||||||
- run: dotnet build --no-restore
|
- run: dotnet build --no-restore
|
||||||
- run: dotnet test --no-build --verbosity normal
|
- run: dotnet test --no-build --verbosity normal
|
||||||
|
|||||||
Reference in New Issue
Block a user