nuget-webtargets icon indicating copy to clipboard operation
nuget-webtargets copied to clipboard

MSBuild.Microsoft.VisualStudio.Web.targets

Results 5 nuget-webtargets issues
Sort by recently updated
recently updated
newest added

My team has migrated from Visual Studio to JetBrains Rider, and we started getting build errors on some machines that are related to Microsoft.WebApplication.targets. After some research I finally found...

I find that with certain XML escaped characters existing in my App.config, the transform results in the unescaped character in the resulting exe.config file. Find an example repo project [here](https://drive.google.com/open?id=1P5U1sSl_KAal90nxU7mlMiv2Cettm52y)....

We have some build machines that don't have Visual Studio or MSDeploy installed. The tasks fail with an error: `Microsoft.Web.Publishing.targets(3742,5): error : Package/Publish task Microsoft.Web.Publishing.Tasks.IsCleanMSDeployPackageNeeded failed to load Web Deploy...

The condition for setting property VSToolsPath in MSBuild.Microsoft.VisualStudio.Web.targets.props does not successfully compare with an empty string when the VSToolsPath property is empty. $(VSToolsPath) should be wrapped in single quotes as...

Hi there, This is really useful work you've done here. I was just wondering, given "we" are not Microsoft, are we allowed to distribute those files in this form without...