msbuildtasks
msbuildtasks copied to clipboard
The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
Hi, I just tried to use this project for generating the AssemblyInfo. I am using the sameple code ` ` However, dotnet build fails: MyProject.csproj(34,3): error MSB4062: The "MSBuild.Community.Tasks.AssemblyInfo" task...
I want to request a resource from our local network with my default user credential. Each member of our team can reach this resource with his own credentials. Therefore I...
I want to zip files which names contains accentented characters. The file name within the zip file will be changed. ## Examples Build project: ```xml ``` Files attached: [AccentError.zip](https://github.com/loresoft/msbuildtasks/files/3361595/AccentError.zip) ###...
I have installed msbuildtasks for Visual Studio 2015 and want to create the AssemblyInfo.cpp file for my C++/CLI project. ``` ``` However, when running the task I get the output:...
Using the MSI release: "MSBuild.Community.Tasks.v1.4.0.74" - Windows 7 Pro, SP1 - Visual Studio 2012 (v. 11.0.61030 Update 4) Are there specific prerequisites for this installation?
FtpUpload tasks sometimes fails because of short hardcoded timeout 7000 ms (FtpUpload.cs source file). Please add task parameter to specify the timeout.
Your FTP upload examples shows 2 scenarios: Upload a file. **Your Example 1:** ``` ``` **Your Example 2:** Upload all the files in an ItemGroup: ``` ``` (I am using...
which is the version provided at least in Visual Studio 2017 and 2019 fixes #233
Current nunit3-console versions use "--" as switch separator on both Windows and Linux. Also the --verbose switch has been replaced by --trace=Verbose. --- This change is [](https://reviewable.io/reviews/loresoft/msbuildtasks/276)