diff --git a/docs/02-Build.md b/docs/02-Build.md index 15ca1fa..8b7ea89 100644 --- a/docs/02-Build.md +++ b/docs/02-Build.md @@ -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)