Remove Folder on the Release Mode using MSBuild
I got this code snippet to remove "TestHarness" folder only on the Release Mode but when I publish it on the "Debug" Mode the folder should still be there. It is a simple code but it…
CI/CD, Git, Azure DevOps, scripting, and developer tooling
I got this code snippet to remove "TestHarness" folder only on the Release Mode but when I publish it on the "Debug" Mode the folder should still be there. It is a simple code but it…
Just in case if in your development environment has a hardcoded drive mapping path in your config file and you don’t have the drive exists in your local The workaround is run the command below C:WindowsSystem32SUBST…
I’ve just found that Microsoft has just released a repository for all scripts which are driven by Technet script repository and Microsoft Customer Script & Support, the sample scripts are based on the real world scenario…
My manager recommended us to check this website in order to help us keep tracking of what need to be done What I like is the simple UI and easy to use. It helps people to…
This is the cloud version of Microsoft Power Point. It is created by the company that I’m working for at the moment. I’m blogging this not because I’m working for them but I’m blogging this based…
This is an application to access your Web Service/API without worrying to create your own client application for the sake of testing. Personally, I’m using soapUI (an open source application to test web service) http://sourceforge.net/projects/soapui/files/ I’d…
I was having the problem where I tried to change the date and time on my VPC environment, it keeps resetting it back. To resolve the issue, you need to edit the *.VMC file and add…
Project item ‘4294967294’ does not represent a file, this error comes out when I try to open a solution which results in some of the projects can not be loaded (the source file is on the…