Skip to content

Commit 1a53adc

Browse files
authored
remove redundant step
1 parent 395a6d9 commit 1a53adc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/app-service/deploy-azure-pipelines.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure CI/CD with Azure Pipelines
33
description: Learn how to deploy your code to Azure App Service from a CI/CD pipeline with Azure Pipelines.
44
ms.topic: article
5-
ms.date: 12/13/2023
5+
ms.date: 06/04/2024
66
ms.author: jukullam
77
ms.manager: mijacobs
88
ms.custom: "devops-pipelines-deploy"
@@ -91,8 +91,6 @@ To get started:
9191
buildConfiguration: 'Release'
9292

9393
steps:
94-
- script: dotnet build --configuration $(buildConfiguration)
95-
displayName: 'dotnet build $(buildConfiguration)'
9694
- task: DotNetCoreCLI@2
9795
inputs:
9896
command: 'publish'
@@ -140,8 +138,6 @@ variables:
140138
buildConfiguration: 'Release'
141139

142140
steps:
143-
- script: dotnet build --configuration $(buildConfiguration)
144-
displayName: 'dotnet build $(buildConfiguration)'
145141
- task: DotNetCoreCLI@2
146142
inputs:
147143
command: 'publish'
@@ -390,8 +386,6 @@ variables:
390386
buildConfiguration: 'Release'
391387
392388
steps:
393-
- script: dotnet build --configuration $(buildConfiguration)
394-
displayName: 'dotnet build $(buildConfiguration)'
395389
- task: DotNetCoreCLI@2
396390
inputs:
397391
command: 'publish'

0 commit comments

Comments
 (0)