We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaa839e + 2575181 commit 06f5462Copy full SHA for 06f5462
.github/workflows/CD-azure-functions.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: 'run: npm install and build'
28
working-directory: ./AutomaticClockOuts
29
run: |
30
- npm i azure-functions-core-tools@core --unsafe-perm true
+ npm i -g azure-functions-core-tools@core --unsafe-perm true
31
npm install
32
func azure functionapp publish time-tracker-azure-functions
33
0 commit comments