提交 6a6043c3 编写于 作者: J Jared Parsons 提交者: GitHub

Merge pull request #12848 from jaredpar/fix2

Fix a couple of official build issues
......@@ -2,7 +2,6 @@ use vs
package name=Microsoft.CodeAnalysis.VisualStudio.Telemetry
version=$(Version)
vs.package.chip=neutral
vs.package.language=en-us
vs.package.type=vsix
vs.package.vsixId=28354cb8-c808-4138-bfce-33aa846bbd51
......@@ -18,4 +17,4 @@ vs.payloads
vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.Setup
version=$(Version)
type=Required
\ No newline at end of file
type=Required
......@@ -5,9 +5,6 @@
<Target Name="Build">
<!-- Build the Roslyn NuGet packages -->
<MSBuild Projects="..\Nuget\NuGet.proj" />
<!-- Build CoreXT packages for insertion into DevDiv (order of the following actions matters) -->
<MSBuild Projects="DevDivPackages\Dependencies.proj" />
<MSBuild Projects="DevDivInsertionFiles\DevDivInsertionFiles.sln" />
......
......@@ -24,7 +24,6 @@
<MSBuild Projects="$(ProjectDir)src\Dependencies\Dependencies.sln" BuildInParallel="true" />
<MSBuild Projects="$(ProjectDir)src\Setup\SetupStep1.proj" />
<!-- TODO: pass arguments -->
<Exec Command="$(ProjectDir)Binaries\$(Configuration)\SignRoslyn\SignRoslyn.exe $(SignRoslynArgs) -binariesPath &quot;$(BinariesPath)&quot;" WorkingDirectory="$(ProjectDir)" />
<MSBuild Projects="$(ProjectDir)src\NuGet\NuGet.proj" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册