未验证 提交 6604c7be 编写于 作者: J Jared Parsons 提交者: GitHub

Merge pull request #23626 from khyperia/vbcscompiler_netcore_package

Add VBCSCompiler.dll to the Microsoft.NETCore.Compilers package
......@@ -85,6 +85,7 @@
"Dlls\\XamlVisualStudio\\*\\Microsoft.VisualStudio.LanguageServices.Xaml.resources.dll",
"Exes\\InteractiveHost\\InteractiveHost.exe",
"Exes\\VBCSCompiler\\net46\\VBCSCompiler.exe",
"Exes\\VBCSCompiler\\netcoreapp2.0\\VBCSCompiler.dll",
"Exes\\csc\\net46\\csc.exe",
"Exes\\csc\\netcoreapp2.0\\csc.dll",
"Exes\\csi\\net46\\csi.exe",
......
......@@ -217,8 +217,10 @@ function Build-ExtraSignArtifacts() {
# Publish the CoreClr projects (CscCore and VbcCore) and dependencies for later NuGet packaging.
Write-Host "Publishing csc"
Run-MSBuild "..\Compilers\CSharp\csc\csc.csproj" "/p:TargetFramework=netcoreapp2.0 /t:PublishWithoutBuilding"
Write-Host "Publishing csc"
Write-Host "Publishing vbc"
Run-MSBuild "..\Compilers\VisualBasic\vbc\vbc.csproj" "/p:TargetFramework=netcoreapp2.0 /t:PublishWithoutBuilding"
Write-Host "Publishing VBCSCompiler"
Run-MSBuild "..\Compilers\Server\VBCSCompiler\VBCSCompiler.csproj" "/p:TargetFramework=netcoreapp2.0 /t:PublishWithoutBuilding"
$dest = @(
$configDir,
......
......@@ -44,6 +44,9 @@
<file src="Exes/vbc/netcoreapp2.0/publish/vbc.runtimeconfig.json" target="tools/bincore" />
<file src="$additionalFilesPath$/RunVbc" target="tools/bincore/RunVbc" />
<file src="$additionalFilesPath$/RunVbc.cmd" target="tools/bincore" />
<file src="Exes/VBCSCompiler/netcoreapp2.0/publish/VBCSCompiler.dll" target="tools/bincore" />
<file src="Exes/VBCSCompiler/netcoreapp2.0/publish/VBCSCompiler.deps.json" target="tools/bincore" />
<file src="Exes/VBCSCompiler/netcoreapp2.0/publish/VBCSCompiler.runtimeconfig.json" target="tools/bincore" />
<!-- References that are either not in the target framework or are a higher version -->
<file src="Exes\csc\netcoreapp2.0\publish\System.*.dll" target="tools\bincore" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册