From 18b88967ba6f67d545e2354c746c738431a4fc5b Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Mon, 10 Aug 2015 12:34:27 -0700 Subject: [PATCH] More Jenkins updates --- cibuild.sh | 4 ++-- .../Microsoft.DiaSymReader.PortablePdb.csproj | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cibuild.sh b/cibuild.sh index b317c3364ac..c91000a9e5c 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -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 } diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj index e877a92c3eb..f34482dea36 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj @@ -40,7 +40,8 @@ ..\..\..\packages\System.IO.FileSystem.Primitives.4.0.0-beta-22816\lib\portable-wpa81+wp80+win80+net45+aspnetcore50\System.IO.FileSystem.Primitives.dll False - + + ..\..\..\packages\System.IO.MemoryMappedFiles.4.0.0-beta-22816\lib\portable-wpa81+wp80+win80+net45+aspnetcore50\System.IO.MemoryMappedFiles.dll False -- GitLab