Skip to content

Conversation

stunney
Copy link

@stunney stunney commented Sep 7, 2016

…ment

This is a VERY basic version of a coapp package for the unicode STATIC lib inclusion in a project. A DLL package would need to be created as well as packages for supporting tools, etc. if they are needed.

To use this from powershell for example:

$env:VERSION=1.1.3-rc4

Write-NuGetPackage .\log4cplus.unicode.v110.windesktop.msvcstl.static.rt-dyn.autopkg -defines:package-version=$env:VERSION

Publish-NuGetPackage -Packages .\log4cplus.unicode.v110.windesktop.msvcstl.static.rt-dyn.$env:VERSION.nupkg -Repository https://nexus.local/nexus/service/local/nuget/NuGet/ -SymbolRepository https://nexus.local/nexus/service/local/nuget/Nuget.Symbols/ -ApiKey BLAHBLAHBLAH -verbose

…ment

This is a VERY basic version of a coapp package for the unicode STATIC lib inclusion in a project.  A DLL package would need to be created as well as packages for supporting tools, etc. if they are needed.

To use this from powershell for example:

$env:VERSION=1.1.3-rc4

Write-NuGetPackage .\log4cplus.unicode.v110.windesktop.msvcstl.static.rt-dyn.autopkg -defines:package-version=$env:VERSION

Publish-NuGetPackage -Packages .\log4cplus.unicode.v110.windesktop.msvcstl.static.rt-dyn.$env:VERSION.nupkg -Repository https://nexus.local/nexus/service/local/nuget/NuGet/ -SymbolRepository https://nexus.local/nexus/service/local/nuget/Nuget.Symbols/ -ApiKey BLAHBLAHBLAH -verbose
@wilx wilx self-assigned this Sep 7, 2016
@wilx wilx force-pushed the master branch 5 times, most recently from 447594f to a2990a2 Compare June 6, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants