提交 0256a7fb 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Test Resources Proprietary

上级 c5c5c543
......@@ -107,7 +107,7 @@ string[] NonRedistPackageNames = {
};
string[] TestPackageNames = {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary",
};
// the following packages will only be publised on myget not on nuget:
......
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.CodeAnalysis.Test.Resources.Proprietary</id>
<description>
Resources for Testing the .NET Compiler Platform ("Roslyn").
Supported Platforms:
- .NET Framework 4.5
</description>
<summary></summary>
<language>en-US</language>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<version>$version$</version>
<authors>$authors$</authors>
<licenseUrl>$licenseUrl$</licenseUrl>
<projectUrl>$projectUrl$</projectUrl>
<releaseNotes>$releaseNotes$</releaseNotes>
<tags>$tags$</tags>
</metadata>
<files>
<file src="ProprietaryTestResources/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" target="lib\net45" />
</files>
</package>
......@@ -5,11 +5,11 @@
</ImportGroup>
<ItemGroup>
<Project Include="..\..\..\Closed\Deployment\Current\Roslyn.Deployment.Full.csproj">
<Project Include="Deployment\Current\Roslyn.Deployment.Full.csproj">
<!-- No reason to rebuild the VSIXes again that were built previously -->
<AdditionalProperties>BuildProjectReferences=false</AdditionalProperties>
</Project>
<Project Include="..\..\..\Closed\Deployment\Next\Roslyn.Deployment.Full.Next.csproj">
<Project Include="Deployment\Next\Roslyn.Deployment.Full.Next.csproj">
<!-- No reason to rebuild the VSIXes again that were built previously -->
<AdditionalProperties>BuildProjectReferences=false</AdditionalProperties>
</Project>
......@@ -36,7 +36,7 @@
<MSBuild Projects="DevDivVsix\MicrosoftCodeAnalysisLanguageServices\Microsoft.CodeAnalysis.LanguageServices.vsmanproj" Condition="'$(RunningInMicroBuild)' == 'true'" />
<!-- Dependencies -->
<MSBuild Projects="..\..\..\Closed\Test\Resources\TestResourcesProprietary.csproj" />
<!-- <MSBuild Projects="..\..\..\Closed\Test\Resources\TestResourcesProprietary.csproj" /> -->
<MSBuild Projects="..\Debugging\Microsoft.DiaSymReader.PortablePdb\Microsoft.DiaSymReader.PortablePdb.nuget.proj" />
<!-- Microsoft.NetFX20 -->
......
......@@ -22,9 +22,9 @@
<AssembliesToSign Include="$(OutDir)vbicore\vbi.exe">
<AuthenticodeCertificateName>Microsoft402</AuthenticodeCertificateName>
</AssembliesToSign>
<AssembliesToSign Include="$(OutDir)\Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll">
<!--<AssembliesToSign Include="$(OutDir)\Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll">
<AuthenticodeCertificateName>Microsoft402</AuthenticodeCertificateName>
</AssembliesToSign>
</AssembliesToSign> -->
<AssembliesToSign Include="$(OutDir)CodeAnalysisBuildTask\Microsoft.Build.Tasks.CodeAnalysis.dll">
<AuthenticodeCertificateName>Microsoft402</AuthenticodeCertificateName>
</AssembliesToSign>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册