From aa7ad0e10a213a0e7d96844f8cd8245cadcc7991 Mon Sep 17 00:00:00 2001 From: "Jamie R. Rytlewski" Date: Tue, 26 Sep 2023 15:39:28 -0400 Subject: [PATCH] Update windows-dotnet-functionapp-on-azure.yml https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid --- FunctionApp/windows-dotnet-functionapp-on-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunctionApp/windows-dotnet-functionapp-on-azure.yml b/FunctionApp/windows-dotnet-functionapp-on-azure.yml index 60aa6f4d..f8ad7235 100644 --- a/FunctionApp/windows-dotnet-functionapp-on-azure.yml +++ b/FunctionApp/windows-dotnet-functionapp-on-azure.yml @@ -32,7 +32,7 @@ jobs: shell: pwsh run: | pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}' - dotnet build --configuration Release --output ./output + dotnet build --configuration Release --property:OutputPath=./output popd - name: 'Run Azure Functions Action'