Skip to content

Commit 5a52263

Browse files
committed
feat: update Azure workflow to ignore docs folder and upgrade .NET version to 9.x.x
1 parent 9cf0b54 commit 5a52263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
paths-ignore:
1313
- 'Content/**'
1414
- '.github/**'
15+
- 'docs/*'
1516

1617
# Set up permissions for deploying with secretless Azure federated credentials
1718
# https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
@@ -41,7 +42,6 @@ jobs:
4142
uses: actions/setup-dotnet@v4
4243
with:
4344
dotnet-version: |
44-
8.x.x
4545
9.x.x
4646
4747
- name: Log in with Azure (Federated Credentials)

0 commit comments

Comments
 (0)