Skip to content

Commit 7a9591c

Browse files
committed
rm whitespace
1 parent 52a17ee commit 7a9591c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ function CreateNuGetPackage {
9393
CheckLastExitCode
9494
}
9595

96-
9796
function LoadBaseBranchIfNotMaster(){
9897
if ($env:APPVEYOR_REPO_BRANCH -ne "master") {
9998
git fetch origin $env:APPVEYOR_REPO_BRANCH:$env:APPVEYOR_REPO_BRANCH

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ for:
4444
git checkout $env:APPVEYOR_REPO_BRANCH -q
4545
}
4646
choco install docfx -y
47-
4847
after_build:
4948
- pwsh: |
5049
CD ./docs

0 commit comments

Comments
 (0)