-
Notifications
You must be signed in to change notification settings - Fork 56
Include support for MSBuild version 18 #510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include support for MSBuild version 18 #510
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
What about the NuGetToolGetter.ts - that seems to need changes too: |
@andysterland this one is missing compared to your proposed changes - do you recon it is needed here too? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@sanjays-ms what about the Visual Studio handling in NuGetToolGetter.ts: |
This PR focuses solely on the MSBuild task, and the file NuGetToolGetter.ts is not a dependency for this task. |
|
@sanjays-ms The title of this PR is Include support for MSBuild version 18 and the function in NuGetToolGetter.ts is called getMSBuildVersionString - it sounds somewhat connected. It also seems to be the only remaining msbuild fix in azure-pipelines-tasks-common-packages, which is why I am trying to get in included, so there does not have to be one more change for the same done later. |
Sure, will check needed changes to Nuget related tasks as well and add it to this same PR |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
AB#2335263
microsoft/azure-pipelines-tasks#21319
Related Task PR: microsoft/azure-pipelines-tasks#21476
Package Name
msbuildhelpers, packagingcommon (nuget)
Risk Assessment (Low / Medium / High)
Low_
Unit Tests Added or Updated
Additional Testing Performed
Tested through self hosted image with new Visual studio and msbuild installed internal pipeline
Microsoft hosted images don't have latest versions of MSBuild yet
Documentation Changes Required (Yes / No)
Indicate whether related documentation needs to be updated. Provide links to the updated documentation if applicable.
Dependencies
List any dependencies introduced or updated in this PR.
Checklist