提交 703b94d0 编写于 作者: J Jared Parsons

Fix PR failures

上级 8bf56a3b
......@@ -8,7 +8,7 @@ $ErrorActionPreference="Stop"
try
{
write-host "Verifying contents of Micrsoft.Net.Compilers.nuspec"
$deploymentPath = join-path $binariesPath "Deployment\Toolset"
$deploymentPath = join-path $binariesPath "Exes\Toolset"
[xml]$x = gc (join-path $sourcePath "src\NuGet\Microsoft.Net.Compilers.nuspec")
$nuspecAssemblies =
$x.package.files.file |
......
......@@ -20,7 +20,7 @@
<RuntimeIndentifier>x64</RuntimeIndentifier>
<NuGetRuntimeIdentifier>$(BaseNuGetRuntimeIdentifier)-$(RuntimeIndentifier)</NuGetRuntimeIdentifier>
<NoStdLib>true</NoStdLib>
<RoslynProjectType>ExeNonDeployment</RoslynProjectType>
<RoslynProjectType>Exe</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Tools\CommonNetCoreReferences\CommonNetCoreReferences.csproj">
......
......@@ -20,7 +20,7 @@
<RuntimeIndentifier>x64</RuntimeIndentifier>
<NuGetRuntimeIdentifier>$(BaseNuGetRuntimeIdentifier)-$(RuntimeIndentifier)</NuGetRuntimeIdentifier>
<NoStdLib>true</NoStdLib>
<RoslynProjectType>ExeNonDeployment</RoslynProjectType>
<RoslynProjectType>Exe</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Tools\CommonNetCoreReferences\CommonNetCoreReferences.csproj">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册