Merge pull request #14 from microsoft/dev/sknam/fix-publish-step-in-ci · microsoft/VSConfigFinder@a4320ba (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit a4320ba
Merge pull request #14 from microsoft/dev/sknam/fix-publish-step-in-ci
Make sure to specify in the publish step that the project is not a web project
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -47,6 +47,7 @@ steps: | ||
| 47 | 47 | inputs: |
| 48 | 48 | command: 'publish' |
| 49 | 49 | arguments: '--no-build --configuration $(BuildConfiguration)' |
| 50 | +publishWebProjects: false | |
| 50 | 51 | |
| 51 | 52 | - task: CopyFiles@2 |
| 52 | 53 | displayName: 'Copy build artifacts from: (Build.SourcesDirectory)VSConfigFinderbin(Build.SourcesDirectory)\VSConfigFinder\bin\(Build.SourcesDirectory)VSConfigFinderbin(BuildConfiguration)\** to $(Build.ArtifactStagingDirectory)\out' |