Update Microsoft.Azure.Management.LabServices.Tests to SDK Type #9982
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Lab Services
Mgmt
This issue is related to a management-plane library.
PR#6536 update Mgmt SDK project to SDK type. But Microsoft.Azure.Management.LabServices.Tests was missed. The whole solution not working now. Let's update this project to SDK type.
Replace
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Management.LabServices.Tests", "tests\Microsoft.Azure.Management.LabServices.Tests.csproj", "{DC1024AF-4E20-4E65-9ED8-09CC26385B8B}"
To
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.LabServices.Tests", "tests\Microsoft.Azure.Management.LabServices.Tests.csproj", "{DC1024AF-4E20-4E65-9ED8-09CC26385B8B}"
At line 6 in Microsoft.Azure.Management.LabServices.sln file.
The text was updated successfully, but these errors were encountered: