From 8cec8ec9dfaf5312196572dd88fcd34d6f1ba707 Mon Sep 17 00:00:00 2001 From: James Coliz Date: Mon, 6 May 2024 19:14:12 -0700 Subject: [PATCH] build(ci): Cleaning up unused params, and forcing another deployment --- .azure/pipelines/cd.yaml | 2 -- .azure/pipelines/steps/publish.yaml | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.azure/pipelines/cd.yaml b/.azure/pipelines/cd.yaml index 4c661062..98825175 100644 --- a/.azure/pipelines/cd.yaml +++ b/.azure/pipelines/cd.yaml @@ -37,8 +37,6 @@ stages: - template: steps/git-checkout.yaml - template: steps/build-test.yaml - template: steps/publish.yaml - parameters: - runtime: 'win-x64' # # Deploy to Azure App Service diff --git a/.azure/pipelines/steps/publish.yaml b/.azure/pipelines/steps/publish.yaml index f1287755..9c4adf20 100644 --- a/.azure/pipelines/steps/publish.yaml +++ b/.azure/pipelines/steps/publish.yaml @@ -1,9 +1,3 @@ -parameters: -# Which runtime to build for. Expected values: win-x64, linux-x64 -- name: runtime - type: string - default: 'linux-x64' - steps: - task: DotNetCoreCLI@2 displayName: 'Publish web app'