提交 c61dd431 编写于 作者: T Tanner Gooding

Reverting FakeSign fix for Test Resources Proprietary

This reverts the workaround made in fcc26eab. The actual issue was fixed with 0d99437e.
上级 0d99437e
......@@ -23,11 +23,6 @@
<Target Name="RestorePackages">
<Exec Command="&quot;$(MSBuildThisFileDirectory)\.nuget\Nuget.exe&quot; install xunit.runners -pre -version 2.0.0-alpha-build2576 -outputdirectory packages"/>
<Exec Command="&quot;$(MSBuildThisFileDirectory)\.nuget\Nuget.exe&quot; restore &quot;$(RoslynSolution)&quot;" />
<!-- This package isn't properly signed and hence makes our tests unrunnable on standard
machines. FakeSign it for now during a test run until we get a correctly signed
package uploaded -->
<Exec Command="&quot;$(MSBuildThisFileDirectory)\packages\FakeSign.0.9.2\tools\FakeSign.exe&quot; -f packages\Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.1.0-beta1-20150716-07\lib\net45\Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" />
</Target>
<Target Name="Build" DependsOnTargets="RestorePackages">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册