Build error when signing with snk key

前端 未结 6 1633
时光说笑
时光说笑 2021-01-12 06:30

Build error is occurring since using Visual Studio 2015. When building in Visual Studio 2015 this is occurring rarely. When building in TeamCity this occurs very often.

6条回答
  •  被撕碎了的回忆
    2021-01-12 06:59

    This is probably an instance of this issue with Roslyn compiler. The workaround would be adding

    False
    

    under any node in .csproj file.

提交回复
热议问题