From 41b15f117d77c5f90c1e52c2c03b05541082a2e4 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 14 May 2024 15:52:47 -0400 Subject: [PATCH] fix deployment yaml --- docs/deployment/azure/aca-deployment-github-actions.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/deployment/azure/aca-deployment-github-actions.md b/docs/deployment/azure/aca-deployment-github-actions.md index 68b53de070..250d77a7e8 100644 --- a/docs/deployment/azure/aca-deployment-github-actions.md +++ b/docs/deployment/azure/aca-deployment-github-actions.md @@ -212,10 +212,12 @@ steps: azd config set auth.useAzCliAuth "true" displayName: Configure `azd` to Use AZ CLI Authentication. - - task: Install .NET Aspire workload - inputs: - inlineScript: | - dotnet workload install aspire + - task: Bash@3 + displayName: Install .NET Aspire workload + inputs: + targetType: 'inline' + script: | + dotnet workload install aspire - task: AzureCLI@2 displayName: Provision Infrastructure