From 9bdc926a537e3aa64d2d1c87fcf2ed760e3f6a71 Mon Sep 17 00:00:00 2001 From: Michael Peterson Date: Fri, 14 Jun 2024 15:12:51 -0700 Subject: [PATCH] Removing no-restore from publish task. --- .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 2167b3b9..da32ffe9 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -113,7 +113,7 @@ extends: inputs: command: publish projects: src/AzureAuth/AzureAuth.csproj - arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }} --no-restore + arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }} publishWebProjects: false zipAfterPublish: false modifyOutputPath: true