File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments