From fedbeb0c3e7d14c70b9912eaf976ee068cab10b6 Mon Sep 17 00:00:00 2001 From: krainer Date: Sun, 3 Nov 2019 17:39:02 +0100 Subject: [PATCH] Update 02-Build.md Spelling error --- docs/02-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)