MSBuild announcement
-
Link
Take a look at the Blog post below by Dan Moseley.
Found 7125 threads
-
1 Votes
MSB3283: The wrapper assembly for type library "MSHTML" was not found
I've made the Windows 10 Anniversary Update today and run into the issue that my Visual Studio 2015 (Update 3) cant find the "MSHTML". Did anyone run ...Answered | 3 Replies | 5618 Views | Created by Andrei161 - Friday, September 23, 2016 2:20 PM | Last reply by Stevey T - Friday, August 28, 2020 5:22 PM -
1 Votes
build server not finding nuget package
We are setting up a CI server for our UWP app and the build fails when using a system accout. almost identical to: ...Proposed | 7 Replies | 14795 Views | Created by mark davis nohorse - Wednesday, May 31, 2017 5:50 PM | Last reply by Thibnes - Friday, August 28, 2020 9:05 AM -
1 Votes
How can I locate and change the $(VCTargetsPath) variable?
I am learning everything about visual studioo now, including the project file structure, msbuild settings, etc. And I am now getting into ...Answered | 6 Replies | 14638 Views | Created by TruffleWorm - Saturday, August 15, 2020 9:05 PM | Last reply by TruffleWorm - Thursday, August 20, 2020 8:10 PM -
0 Votes
Changing version format 0.0.0.0 to string V1.2.3.sp0
Product version have general syntax as xx.xx.xx.xx and xx is integer. Whenever we see the installer with version from Control panel, same above is seen. Is it ...Proposed | 1 Replies | 1574 Views | Created by spnn - Friday, August 14, 2020 8:00 AM | Last reply by Dylan Zhu-MSFT - Monday, August 17, 2020 5:19 AM -
0 Votes
Visual studio 2012 build process is stuck
Hi, I am using Visual Studio 2012 Ultimate Edition on Windows 8 Enterprise. Everything has been working smoothly, and all of a sudden I am facing a strange ...Answered | 6 Replies | 7428 Views | Created by kmittal82 - Thursday, October 4, 2012 2:18 PM | Last reply by AgnidTechy - Friday, August 14, 2020 5:57 PM -
0 Votes
Visual studio error
Hi, When I try to build project using visual studio 2017 I got the following error Severity Code Description Project File ...Proposed | 5 Replies | 2779 Views | Created by cheta_123 - Thursday, July 30, 2020 2:59 AM | Last reply by cheta_123 - Friday, August 14, 2020 9:52 AM -
0 Votes
Azure Devops Build Pipelines - How to include XAML task in the build agent?
Hi All, I am creating a new Azure Devops Build pipeline where i already have TFS XAML builds in place, i am looking for relevant task to invoke the already built XAML builds, but ...Unanswered | 2 Replies | 2693 Views | Created by i.m.sassh - Wednesday, August 12, 2020 9:27 AM | Last reply by Dylan Zhu-MSFT - Thursday, August 13, 2020 6:23 AM -
0 Votes
Setting a preprocessor based on property set in target.
So we have a variable which is currently an environment var and on loading of the sln it uses that variable to determine which project is active and selects certain things specific to that project ...Proposed | 5 Replies | 2431 Views | Created by Mapledropbear - Wednesday, August 5, 2020 12:44 AM | Last reply by Perry Qian-MSFT - Thursday, August 6, 2020 8:04 AM -
0 Votes
Creating MSIX package From UWP windows application
I found 3 ways to creating MSIX Package from UWP windows application. 1. Using MSIX Pacakaging Tool - But Got Error As MSIX pakage failed to run.(But ...Unanswered | 1 Replies | 2026 Views | Created by AppDevMobiliseIT - Wednesday, August 5, 2020 9:52 AM | Last reply by Dylan Zhu-MSFT - Thursday, August 6, 2020 7:46 AM -
0 Votes
Setting Microsoft (R) C/C++ Optimizing Compiler C standard version
Hi, For my project I'm using the Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64 I was wondering if there's ...Proposed | 1 Replies | 2242 Views | Created by James Pedersen (Github handle watcher00090) - Wednesday, August 5, 2020 5:14 PM | Last reply by Anna Xiu-MSFT - Thursday, August 6, 2020 5:58 AM -
0 Votes
[Announcement] "MSBuild" Forum will be migrated to a new home on Microsoft Q&A!
This "MSBuild" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can enhance the forum ...Discussion | 2 Replies | 3363 Views | Created by Charles He21 - Tuesday, August 4, 2020 2:37 AM | Last reply by Charles He21 - Wednesday, August 5, 2020 7:49 AM -
3 Votes
Do .NET Full-Framework SDK style projects still support ClickOnce?
We've recently started to migrate our .NET Full-Framework (net472) projects to the new SDK-style project format. Some tools were previously distributed using ClickOnce and we just manually ...Unanswered | 5 Replies | 3580 Views | Created by Steffen Wilke - Monday, January 27, 2020 9:59 AM | Last reply by ranta - Tuesday, August 4, 2020 9:00 AM -
0 Votes
Web Deploy ExcludeFromPackageFolders & ExcludeFoldersFromDeployment both not working for App_Code folder
Hi Build & Deploy Folk, My Web Deploy from VS 2019 on my Windows 10 dev machine to IIS on a separate Windows Server machine completes correctly but ...Answered | 3 Replies | 3569 Views | Created by Terry Clancy - Wednesday, July 8, 2020 10:13 PM | Last reply by Terry Clancy - Monday, August 3, 2020 6:01 AM -
1 Votes
Issue with Building Solution in an SVN Branch of Multibranch Jenkins Pipeline
I have a .Net Standard 2.0 solution. The solution is in a folder and the project file is in a sub folder. It has just one class file and a simple method Add which adds 2 numbers and returns the ...Answered | 6 Replies | 3189 Views | Created by Venh - Wednesday, July 22, 2020 1:11 PM | Last reply by Jack Zhai-MSFT - Wednesday, July 29, 2020 5:55 AM -
0 Votes
VS2019 MSB4019 error
The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.2.props" was not found. Confirm that the expression ...Proposed | 2 Replies | 5414 Views | Created by Nik28 - Friday, July 17, 2020 2:10 AM | Last reply by Perry Qian-MSFT - Monday, July 27, 2020 8:08 AM -
0 Votes
Error MSB3073 The command npm run build exited with code 9009
Good day, I am using VS2019 utilizing an ASP.NET CORE MVC Template. When I try to build solution, the build failed and the following error message ...Answered | 2 Replies | 15206 Views | Created by Shakara Abbott - Monday, July 20, 2020 10:46 PM | Last reply by Shakara Abbott - Tuesday, July 21, 2020 6:17 PM -
0 Votes
Nuget restore task taking an excessive length of time
Hi We have DevOps pipelines being run on self-hosted build servers, building a large solution (~50 projects, currently a mix of full framework and NetStandard) with a lot ...Answered | 2 Replies | 2369 Views | Created by Mark Middlemist (Mercato Solutions Ltd) - Monday, July 13, 2020 2:33 PM | Last reply by Mark Middlemist (Mercato Solutions Ltd) - Tuesday, July 21, 2020 9:21 AM -
0 Votes
invalid parameter. path contains illegal character.
hi friend , vs has an error : C:\Program Files (x86)\Microsoft VisualStudio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): ...Unanswered | 3 Replies | 2260 Views | Created by pan_happy - Monday, July 13, 2020 3:40 AM | Last reply by Dylan Zhu-MSFT - Tuesday, July 21, 2020 8:37 AM -
0 Votes
SignFile task error in Build machine
I have a Windows 10 VM with VS 2019 installed. MSBuild version is 16.6. I am using the following from msbuild command in Developer Command Prompt and it works ...Unanswered | 5 Replies | 2172 Views | Created by Venh - Wednesday, July 8, 2020 5:58 PM | Last reply by Dylan Zhu-MSFT - Tuesday, July 21, 2020 7:43 AM -
2 Votes
Error_MSB4018_The "ResolvePackageAssets" task failed unexpectedly.
Severity Code Description Project File Line Suppression State Error MSB4018 The "ResolvePackageAssets" task failed ...Proposed | 2 Replies | 10921 Views | Created by zxzcscwe - Sunday, May 17, 2020 9:26 PM | Last reply by vrrengas - Wednesday, July 15, 2020 8:14 AM - Items 1 to 20 of 7125 Next ›
MSBuild announcement
-
Link
Take a look at the Blog post below by Dan Moseley.