Skip to content

Commit

Permalink
do not install emulator quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jun 18, 2024
1 parent 7159630 commit 27fe08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Azure Storage Emulator
run: |
curl -L -o azurestorageemulator.msi "https://download.microsoft.com/download/C/1/9/C1902F99-2183-49E0-BFC8-A7B6E2D8A62E/MicrosoftAzureStorageEmulator.msi"
msiexec /i azurestorageemulator.msi /quiet
msiexec /i azurestorageemulator.msi
- name: Start Azure Storage Emulator
shell: cmd
Expand Down

0 comments on commit 27fe08d

Please sign in to comment.