We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4ae09 commit ace5d41Copy full SHA for ace5d41
azure-pipelines.yml
@@ -14,19 +14,19 @@ variables:
14
15
steps:
16
- task: DotNetCoreCLI@2
17
+ displayName: 'Nuget Restore'
18
inputs:
19
command: 'restore'
20
projects: '**\*.sln'
21
feedsToUse: 'select'
22
23
24
+ displayName: 'donet publish'
25
- command: 'build'
26
+ command: 'publish'
27
+ publishWebProjects: false
28
29
-- task: CmdLine@2
- inputs:
- script: 'dir /s'
30
- task: PublishBuildArtifacts@1
31
32
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
0 commit comments