Update development.yml
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: 6.0.*
|
||||
dotnet-version: 6.0.8
|
||||
- name: Build And Deploy
|
||||
id: builddeploy
|
||||
uses: Azure/static-web-apps-deploy@v1
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: 6.0.*
|
||||
dotnet-version: 6.0.8
|
||||
- run: dotnet restore
|
||||
- run: dotnet build --no-restore
|
||||
- run: dotnet test --no-build --verbosity normal
|
||||
|
||||
Reference in New Issue
Block a user