From 81a8993f8a0b12d096e00ede7272036c3f1e7375 Mon Sep 17 00:00:00 2001 From: Michael Peterson Date: Fri, 14 Jun 2024 14:56:48 -0700 Subject: [PATCH] Fixing pathing. --- .github/workflows/release-azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 63a45528..f232c731 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -108,7 +108,7 @@ extends: displayName: Build artifacts inputs: command: publish - projects: src/AzureAuth/AzureAuth.csproj + projects: '**/src/AzureAuth/AzureAuth.csproj' arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }} --no-restore templateContext: