Skip to content

Commit

Permalink
Update BuildDoc.bat
Browse files Browse the repository at this point in the history
Fix Psake Path
  • Loading branch information
MarcosMeli committed Jul 9, 2019
1 parent 4b8ebad commit 174e1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/BuildDoc.bat
@@ -1,9 +1,9 @@
@echo off
RMDIR ..\packages\psake.4.3.2 /s /q
RMDIR ..\packages\psake.4.8.0 /s /q
SET EnableNuGetPackageRestore=true
.nuget\NuGet.exe install .nuget\packages.config -OutputDirectory ..\packages
.nuget\NuGet.exe restore ..\FileHelpers.sln
cd ..
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& {Import-Module '.\packages\psake.*\tools\psake.psm1'; invoke-psake .\Build\default.ps1 docs; if ($LastExitCode -ne 0) {write-host "ERROR: $LastExitCode" -fore RED; exit $lastexitcode} }"
cd Build
adddocs.bat
adddocs.bat

0 comments on commit 174e1e8

Please sign in to comment.