Skip to content

CoApp packaging file for creating a nuget package for windows develop… #193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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