|
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
- name: Setup .NET |
|
|
|
- name: Setup .NET |
|
|
|
uses: actions/setup-dotnet@v2 |
|
|
|
uses: actions/setup-dotnet@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
dotnet-version: 6.0.* |
|
|
|
dotnet-version: 6.0.8 |
|
|
|
- name: Build And Deploy |
|
|
|
- name: Build And Deploy |
|
|
|
id: builddeploy |
|
|
|
id: builddeploy |
|
|
|
uses: Azure/static-web-apps-deploy@v1 |
|
|
|
uses: Azure/static-web-apps-deploy@v1 |
|
|
|
@ -47,7 +47,7 @@ jobs: |
|
|
|
- name: Setup .NET |
|
|
|
- name: Setup .NET |
|
|
|
uses: actions/setup-dotnet@v2 |
|
|
|
uses: actions/setup-dotnet@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
dotnet-version: 6.0.* |
|
|
|
dotnet-version: 6.0.8 |
|
|
|
- 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 |
|
|
|
|