Skip to content

Instantly share code, notes, and snippets.

@AhmedJoum
Created November 23, 2022 20:02
- task: DotNetCoreCLI@2
displayName: 'Publish Web App'
inputs:
command: publish
publishWebProjects: True
arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)'
zipAfterPublish: false
@AhmedJoum
Copy link
Author

Dot net core task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment