diff --git a/build-system/azure-pipeline.template.yaml b/build-system/azure-pipeline.template.yaml index 1e0ced1..6d357b7 100644 --- a/build-system/azure-pipeline.template.yaml +++ b/build-system/azure-pipeline.template.yaml @@ -17,7 +17,7 @@ jobs: persistCredentials: true # Linux or macOS - bash: | - sudo npm install -g azurite@3.18.0 + sudo npm install -g azurite@3.22.0 sudo mkdir azurite sudo azurite --silent --location azurite --debug azirute/debug.log & displayName: 'Install and Run Azurite (Linux)' @@ -33,7 +33,7 @@ jobs: AZURE_CONNECTION_STR: UseDevelopmentStorage=true # Windows - powershell: | - npm install -g azurite@3.18.0 + npm install -g azurite@3.22.0 mkdir azurite Start-Process azurite.cmd -PassThru displayName: 'Install and Run Azurite (Windows)' diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 029783b..ea1ee51 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -9,7 +9,7 @@ - +