Skip to content

A docker container to run msbuild on linux!

Notifications You must be signed in to change notification settings

dekart811/msbuild-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msbuild-docker

A docker container to run msbuild on linux!

Usage

Opening a vs dev shell

docker run -v "$(pwd):/src" -i ghcr.io/rektinator/msbuild-docker:latest will open a vs dev shell to Z:\src\. Z:\src\ is the current working directory.

Compiling a solution file directly

docker run -v "$(pwd):/src" ghcr.io/rektinator/msbuild-docker:latest msbuild my-solution.sln -t:Build will build the my-solution.sln file in the current working directory.

About

A docker container to run msbuild on linux!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 67.8%
  • Shell 32.2%