Skip to content

Commit

Permalink
[Build pipeline] Update Demo yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron authored Oct 27, 2023
1 parent 77615ff commit 577f6c8
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .azure-devops/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,4 @@ extends:
parameters:
Projects: |
**/FluentUI.Demo.Client.csproj
steps:

# Publish the projects
- task: DotNetCoreCLI@2
displayName: 'Publish $(Build.BuildNumber)'
inputs:
command: 'publish'
publishWebProjects: false # True to build all Web Projects
projects: $(Projects)
arguments: '--configuration Release --output $(Build.ArtifactStagingDirectory)'
zipAfterPublish: false
workingDirectory: '$(Build.SourcesDirectory)'

# Publish the Artifacts
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
IsDemo: true

0 comments on commit 577f6c8

Please sign in to comment.