Merge branch 'main' into develop

This commit is contained in:
2022-08-21 16:10:53 -04:00
+2 -2
View File
@@ -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