Skip to content

Commit

Permalink
fix: dotnet func permissions are broken in latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 22, 2024
1 parent e27c8c4 commit e3d6e3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ProviderCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install azure-functions-core-tools-4
- name: Fix dotnet func perms
run: |
cd provider_azure_function
sudo chmod +x /usr/lib/azure-functions-core-tools-4/in-proc6/func
echo '{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
},
"ConnectionStrings": {}
}' > local.settings.json
dotnet restore
- name: get version of OAS
run: |
sudo snap install yq &&
Expand Down

0 comments on commit e3d6e3b

Please sign in to comment.