Skip to content

Commit

Permalink
change feed url variable to DNX_FEED
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Jul 3, 2015
1 parent 853643d commit 1c128ff
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
@@ -1,7 +1,7 @@
@echo off

pushd %~dp0
set "DNX_NUGET_API_URL=https://www.nuget.org/api/v2"
set "DNX_FEED=https://www.nuget.org/api/v2"
setlocal EnableDelayedExpansion
where dnvm
if %ERRORLEVEL% neq 0 (
Expand Down

0 comments on commit 1c128ff

Please sign in to comment.