Skip to content

Commit

Permalink
Merge pull request #14 from microsoft/dev/sknam/fix-publish-step-in-ci
Browse files Browse the repository at this point in the history
Make sure to specify in the publish step that the project is not a web project
  • Loading branch information
skylarnam authored Feb 23, 2023
2 parents 98e9166 + f7ced2c commit a4320ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ steps:
inputs:
command: 'publish'
arguments: '--no-build --configuration $(BuildConfiguration)'
publishWebProjects: false

- task: CopyFiles@2
displayName: 'Copy build artifacts from: $(Build.SourcesDirectory)\VSConfigFinder\bin\$(BuildConfiguration)\** to $(Build.ArtifactStagingDirectory)\out'
Expand Down

0 comments on commit a4320ba

Please sign in to comment.