Skip to content

Commit

Permalink
Try upgrading Azure Functions runtime to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
idg10 committed Feb 11, 2020
1 parent 3a88570 commit 8ec1d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions Solutions/Directory.Build.targets

This file was deleted.

4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
env:
ENDJIN_AZURESTORAGECONNECTIONSTRING: $(Endjin_AzureStorageConnectionString)
- task: Npm@1
displayName: 'Install Latest Azure Functions V2 Runtime'
displayName: 'Install Latest Azure Functions V3 Runtime'
inputs:
command: custom
verbose: false
customCommand: 'install -g azure-functions-core-tools --unsafe-perm true'
customCommand: 'install -g azure-functions-core-tools@3 --unsafe-perm true'

# We want to include the deployment project in the assets. Currently this is experimental,
# and once we're done, probably some of this is going to move into the common templates.
Expand Down

0 comments on commit 8ec1d26

Please sign in to comment.