diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index f232c731..c2c5121d 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -108,8 +108,11 @@ 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 + publishWebProjects: false + zipAfterPublish: false + modifyOutputPath: true templateContext: outputs: