Skip to content

Commit 67ff9e8

Browse files
authored
Update main_your-app-name.yml
1 parent 4028f0c commit 67ff9e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main_your-app-name.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: dotnet restore
5151

5252
- name: Run tests
53-
run: dotnet test --no-build --verbosity normal
53+
run: dotnet test --configuration Release --verbosity normal
5454

5555
deploy:
5656
runs-on: ubuntu-latest
@@ -73,3 +73,4 @@ jobs:
7373
slot-name: 'Production'
7474
package: .
7575
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4BB9B797473748639415218DA8C649AD }}
76+

0 commit comments

Comments
 (0)