Code Monkey home page Code Monkey logo

Comments (3)

avezinaATastus avatar avezinaATastus commented on June 27, 2024

I can confirm that your fix for #27 , commit id 252c481 does work.

I now realise that this commit was for update-metadata. But why are those line not there anymore?

Commit e0f0dfb#diff-ec5854935c97ef2f48a2a0e03bf89c29L581 remove the StremWriter to use a Set-Content with -NoNewLine param. doesn't seems to work.

For now, I will use this task to remove it :

Task AfterStageFiles -After StageFiles {
    # Removes the empty line
    $manifestContent = Get-Content $env:BHPSModuleManifest | Select-Object -SkipLast 1
    $manifestContent | Out-File $env:BHPSModuleManifest -Encoding utf8
}

from buildhelpers.

RamblingCookieMonster avatar RamblingCookieMonster commented on June 27, 2024

Ahh good catch!

I'll look at updating the embedded module to the latest, and poking around to see if the code in that spot is still not working

Cheers!

from buildhelpers.

lipkau avatar lipkau commented on June 27, 2024

Since July it is possible to use newer versions of Configuration if they are available with Get-Module Configuration -List.

#66

from buildhelpers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.