Skip to content

Commit ace5d41

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent be4ae09 commit ace5d41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ variables:
1414

1515
steps:
1616
- task: DotNetCoreCLI@2
17+
displayName: 'Nuget Restore'
1718
inputs:
1819
command: 'restore'
1920
projects: '**\*.sln'
2021
feedsToUse: 'select'
2122

2223
- task: DotNetCoreCLI@2
24+
displayName: 'donet publish'
2325
inputs:
24-
command: 'build'
26+
command: 'publish'
27+
publishWebProjects: false
2528
projects: '**\*.sln'
2629

27-
- task: CmdLine@2
28-
inputs:
29-
script: 'dir /s'
3030
- task: PublishBuildArtifacts@1
3131
inputs:
3232
PathtoPublish: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)