giuliov / hugo-vsts-extension

Generate a site using Hugo, a Fast and Flexible Website Generator, running in Visual Studio Team Services or Team Foundation Server.
MIT License
24 stars 15 forks source link

Build in VSTS is different from Local #7

Closed MatthewMcD closed 6 years ago

MatthewMcD commented 6 years ago

Thanks for this extension!

I am trying to build a simple project as a test. If I run hugo --enableGitInfo --i18n-warnings --verbose --baseURL https://photos.foo.com

On my local machine with hugo I get 50 pages and 33 static files. On the server I get 20 pages and 20 static files.

Any ideas why I would see different page counts?

MatthewMcD commented 6 years ago

Never mind. I wasn't choosing to "Checkout Submodules" on the get sources task. I forked the repo. I'd like to update your README file to include the settings and steps that made it work for me.

giuliov commented 6 years ago

Sure why not: PRs always welcome.

MatthewMcD commented 6 years ago

Thanks!