File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 2
2
title : Configure CI/CD with Azure Pipelines
3
3
description : Learn how to deploy your code to Azure App Service from a CI/CD pipeline with Azure Pipelines.
4
4
ms.topic : article
5
- ms.date : 12/13/2023
5
+ ms.date : 06/04/2024
6
6
ms.author : jukullam
7
7
ms.manager : mijacobs
8
8
ms.custom : " devops-pipelines-deploy"
@@ -91,8 +91,6 @@ To get started:
91
91
buildConfiguration : ' Release'
92
92
93
93
steps :
94
- - script : dotnet build --configuration $(buildConfiguration)
95
- displayName : ' dotnet build $(buildConfiguration)'
96
94
- task : DotNetCoreCLI@2
97
95
inputs :
98
96
command : ' publish'
@@ -140,8 +138,6 @@ variables:
140
138
buildConfiguration : ' Release'
141
139
142
140
steps :
143
- - script : dotnet build --configuration $(buildConfiguration)
144
- displayName : ' dotnet build $(buildConfiguration)'
145
141
- task : DotNetCoreCLI@2
146
142
inputs :
147
143
command : ' publish'
@@ -390,8 +386,6 @@ variables:
390
386
buildConfiguration: 'Release'
391
387
392
388
steps:
393
- - script: dotnet build --configuration $(buildConfiguration)
394
- displayName: 'dotnet build $(buildConfiguration)'
395
389
- task: DotNetCoreCLI@2
396
390
inputs:
397
391
command: 'publish'
You can’t perform that action at this time.
0 commit comments