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.
11
11
<PropertyGroup >
12
12
<Major >4</Major >
13
13
<Minor >0</Minor >
14
- <Build >0-beta2 </Build >
14
+ <Build >0-beta4 </Build >
15
15
<Revision >0</Revision >
16
16
<DevNuGetServer >http://reactjs.net/packages/</DevNuGetServer >
17
17
<MSBuildCommunityTasksPath >$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath >
@@ -130,7 +130,7 @@ of patent rights can be found in the PATENTS file in the same directory.
130
130
</ItemGroup >
131
131
<Exec
132
132
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 "
134
134
/>
135
135
</Target >
136
136
<Target Name =" PushDev" >
You can’t perform that action at this time.
0 commit comments