Skip to content

Commit 4208e2e

Browse files
Update nuget version
1 parent 51702ce commit 4208e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1111
<PropertyGroup>
1212
<Major>4</Major>
1313
<Minor>0</Minor>
14-
<Build>0-beta2</Build>
14+
<Build>0-beta4</Build>
1515
<Revision>0</Revision>
1616
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
1717
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
@@ -130,7 +130,7 @@ of patent rights can be found in the PATENTS file in the same directory.
130130
</ItemGroup>
131131
<Exec
132132
WorkingDirectory="$(MSBuildProjectDirectory)"
133-
Command="tools\NuGet\nuget.exe push %(PackageFiles.Identity) -NonInteractive"
133+
Command="tools\NuGet\nuget.exe push %(PackageFiles.Identity) -NonInteractive -Source https://www.nuget.org/api/v2/package"
134134
/>
135135
</Target>
136136
<Target Name="PushDev">

tools/NuGet/nuget.exe

1.12 MB
Binary file not shown.

0 commit comments

Comments
 (0)