Created
October 21, 2019 19:36
-
-
Save Xeinaemm/b72cc36a9086564b1c3bab67a87632e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool: | |
name: Azure Pipelines | |
steps: | |
- task: Cake@0 | |
displayName: Publish | |
inputs: | |
target: Publish | |
arguments: '-Solution=Jarvis -Configuration=Release' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment