SonarCloud with VSTS has error Duplicate ProjectGuid: “00000000-0000-0000-0000-000000000000”

守給你的承諾、 提交于 2019-12-02 04:41:18

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
     <ProjectGuid>{fc2f0da6-ddfe-67b2-8dae-eb292f55436f}</ProjectGuid>
  </PropertyGroup>

You need to do the following: --> Add tag or label 'ProjectGuid ' to your files with .csproj extension with a different Guid for each file.

VIEW CODE (this code is not executable)

--> And for generate Guid, you can do it from https://www.guidgenerator.com/online-guid-generator.aspx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!