Skip to content

Commit

Permalink
Add package sources so that NuGet 3 could push packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Oct 5, 2016
1 parent 8ff274c commit 4bcecf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
</Target>

<Target Name="Deploy" DependsOnTargets="Versions">
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.?.*.?.nupkg" />
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.AutoFixture.?.*.?.nupkg" />
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.NSubstitute.?.*.?.nupkg" />
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.Serialization.?.*.?.nupkg" />
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.?.*.?.nupkg -Source https://www.nuget.org/api/v2/package" />
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.AutoFixture.?.*.?.nupkg -Source https://www.nuget.org/api/v2/package" />
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.NSubstitute.?.*.?.nupkg -Source https://www.nuget.org/api/v2/package" />
<Exec Command="$(NuGet) push $(OutputDirectory)\Sitecore.FakeDb.Serialization.?.*.?.nupkg -Source https://www.nuget.org/api/v2/package" />
</Target>
</Project>

0 comments on commit 4bcecf6

Please sign in to comment.