DEV Community

Discussion on: What was your win this week?

Collapse
 
mykezero profile image
Mykezero

This week, I....

Learned MSBuild to automate building click once projects, that reduced the time it takes me to build a package by hand from 20 minutes to 2 minutes.

MSBuild Project File
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <Message Text="Improvements through automation!!"/>
</Project>