Skip to content

Linuturk/mono-choco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mono-choco

Latest Build Status

Docker image for creating a container with Chocolatey running on Mono

Usage

Test the image using docker run --rm -v $PWD:$PWD -w $PWD linuturk/mono-choco

See the example directory for a basic package example.

FAQ

  1. "Cannot create a package that has no dependencies nor content."

The nuspec file most likely requires this for the files section:

  <files>
    <file src="tools/**" target="tools" />
  </files>

Note the comment in the nuspec template that reads:

<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published