Finding msbuild executable, where is it?
For doing some automation on .Net it is needed to know path for msbuild.exe (or add it on path).
We would expect it to always be on same path.. yet it was found not to be so.
So… how to solve it?
For doing some automation on .Net it is needed to know path for msbuild.exe (or add it on path).
We would expect it to always be on same path.. yet it was found not to be so.
So… how to solve it?
PowerShell is an awesome tool which allows to do a lot of things. But sometimes there is some empty spaces which we are not able to figure straightforward.
Having to unzip a folder where there was also subfolders may become somehow harder than it should.
Natively PowerShell has command Expand-Archive which allows to decompress zip folders. However if there is any subfolder on zip file, it will be missing. It happens that as the time of writing this post it iwill just decompress first level files, no sub folders and files descendants.