diff --git a/cibuild.sh b/cibuild.sh index b317c3364ac3a9742d21e820b96d9ddf1a0b91d5..c91000a9e5ce9b2e536fea7012c6bbe0357f68a6 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 e877a92c3eb0f0c2c44c4a148a0905e33a8063f7..f34482dea368fb4d4cd207225f45ef1bfac0ccd2 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