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'