Skip to content

Commit

Permalink
Merge pull request #5 from enricosada/pin_version
Browse files Browse the repository at this point in the history
pin .net cli to version 1.0.0-rc2-002476
  • Loading branch information
forki committed Apr 25, 2016
2 parents 39f011b + ce280dc commit 2180322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ if not exist %_dotnetexe% (
echo Could not find %_dotnetexe%. Do zipfile install
if not exist packages ( md packages )
if exist packages\dotnet ( rd packages\dotnet /s /q )
powershell.exe -executionpolicy unrestricted -command .\scripts\install-dotnetcli.ps1 https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/dotnet-dev-win-x64.latest.zip packages
powershell.exe -executionpolicy unrestricted -command .\scripts\install-dotnetcli.ps1 https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/1.0.0-rc2-002476/dotnet-dev-win-x64.1.0.0-rc2-002476.zip packages
@if ERRORLEVEL 1 echo Error: fetch dotnetcli failed && goto :failure
)

Expand Down

0 comments on commit 2180322

Please sign in to comment.