Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Added a publish command to the pipeline
  • Loading branch information
Baudin999 committed Dec 28, 2019
1 parent ed5f9b8 commit 88a20ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ steps:
displayName: 'dotnet build $(buildConfiguration)'
- script: dotnet test
displayName: 'dotnet test'
- task: DotNetCoreCLI@2
inputs:
command: 'publish'
publishWebProjects: false
projects: './CLI'
arguments: '-c Release --runtime "linux-x64" --self-contained -o $(build.artifactstagingdirectory)'
zipAfterPublish: false
modifyOutputPath: false
- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: drop'
inputs:
Expand Down

0 comments on commit 88a20ee

Please sign in to comment.