Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/02-Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
- 4 WebDeploy packages - by default these are built into the $(Build.ArtifactStagingDirectory)
- 2 DACPAC - by default these are build deep down in the $(Build.SourcesDirectory)
- The /deploy folder
- The build outputs of the PokerLeagueManager.Utilities project (path will be something like /src/PokerLeagueManager.Utilties/bin/Debug)
- The build outputs of the PokerLeagueManager.Utilities project (path will be something like /src/PokerLeagueManager.Utilities/bin/Debug)
- Try and make the build drop clean (see projector slide for example)
- some useful built-in pipeline variables $(Build.SourcesDirectory), $(Build.ArtifactStagingDirectory)