提交 18b88967 编写于 作者: J Jared Parsons

More Jenkins updates

上级 9b1d1e00
......@@ -102,9 +102,9 @@ run_nuget()
compile_toolset()
{
echo Compiling the toolset compilers
echo -e "\tCompiling the C# compiler"
echo -e "Compiling the C# compiler"
run_msbuild src/Compilers/CSharp/csc/csc.csproj /p:Configuration=$BUILD_CONFIGURATION
echo -e "\tCompiling the VB compiler"
echo -e "Compiling the VB compiler"
run_msbuild src/Compilers/VisualBasic/vbc/vbc.csproj /p:Configuration=$BUILD_CONFIGURATION
}
......
......@@ -40,7 +40,8 @@
<HintPath>..\..\..\packages\System.IO.FileSystem.Primitives.4.0.0-beta-22816\lib\portable-wpa81+wp80+win80+net45+aspnetcore50\System.IO.FileSystem.Primitives.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="..\..\..\packages\System.IO.MemoryMappedFiles.4.0.0-beta-22816\lib\portable-wpa81+wp80+win80+net45+aspnetcore50\System.IO.MemoryMappedFiles.dll">
<Reference Include="System.IO.MemoryMappedFiles">
<HintPath>..\..\..\packages\System.IO.MemoryMappedFiles.4.0.0-beta-22816\lib\portable-wpa81+wp80+win80+net45+aspnetcore50\System.IO.MemoryMappedFiles.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册