Skip to content

Commit

Permalink
Update toolset compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouv committed May 9, 2018
1 parent 2f11b5b commit ea9e3cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/Targets/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
<MicrosoftMSXMLVersion>8.0.0.0-alpha</MicrosoftMSXMLVersion>
<!-- Using a private build of Microsoft.Net.Test.SDK to work around issue https://github.com/Microsoft/vstest/issues/373 -->
<MicrosoftNETTestSdkVersion>15.6.0-dev</MicrosoftNETTestSdkVersion>
<MicrosoftNetCompilersVersion>2.9.0-nullable-62903-03</MicrosoftNetCompilersVersion>
<MicrosoftNetCompilersVersion>2.9.0-nullable-62907-03</MicrosoftNetCompilersVersion>
<MicrosoftNetRoslynDiagnosticsVersion>2.6.1-beta1-62702-01</MicrosoftNetRoslynDiagnosticsVersion>
<MicrosoftNetCoreILAsmVersion>2.0.0</MicrosoftNetCoreILAsmVersion>
<MicrosoftNETCoreCompilersVersion>2.9.0-nullable-62903-03</MicrosoftNETCoreCompilersVersion>
<MicrosoftNETCoreCompilersVersion>2.9.0-nullable-62907-03</MicrosoftNETCoreCompilersVersion>
<MicrosoftNETCoreVersion>5.0.0</MicrosoftNETCoreVersion>
<MicrosoftNETCoreAppVersion>2.0.0</MicrosoftNETCoreAppVersion>
<MicrosoftNETCorePlatformsVersion>2.0.0</MicrosoftNETCorePlatformsVersion>
Expand Down Expand Up @@ -247,4 +247,4 @@
<xunitrunnervisualstudioVersion>2.3.1</xunitrunnervisualstudioVersion>
</PropertyGroup>

</Project>
</Project>
3 changes: 2 additions & 1 deletion build/scripts/cibuild.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@echo off
powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0\build.ps1" -cibuild -build -restore -bootstrap -binaryLog %*
powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0\build.ps1" -cibuild -build -restore -binaryLog %*
REM PROTOTYPE(NullableDogfood) powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0\build.ps1" -cibuild -build -restore -bootstrap -binaryLog %*

0 comments on commit ea9e3cc

Please sign in to comment.