Skip to content

Commit

Permalink
Merge branch 'hotfix/nuget-v3'
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed Aug 3, 2016
2 parents 9a745d0 + 0a1790e commit 1b2bdc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.proj
Expand Up @@ -113,7 +113,7 @@
<!-- The environment variable BAMBOO_NUGET_PASSWORD comes from the nuget.password variable defined on the openstack.net plan in Bamboo -->
<Message Text="Skipping publish to NuGet because version $(Version) has already been published."
Condition=" '$(ShouldPublishToNuGet)' == 'False' " />
<Exec Command="$(NuGet) push ..\artifacts\packages\openstack.net.$(Version).nupkg %25BAMBOO_NUGET_PASSWORD%25"
<Exec Command="$(NuGet) push ..\artifacts\packages\openstack.net.$(Version).nupkg %25BAMBOO_NUGET_PASSWORD%25 -Source https://api.nuget.org/v3/index.json"
Condition=" '$(ShouldPublishToNuGet)' == 'True' " />
</Target>

Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Expand Up @@ -9,7 +9,7 @@ nuget ILMerge
nuget Marvin.JsonPatch.Signed ~> 0.7.0
nuget Moq
nuget Newtonsoft.Json ~> 6.0
nuget NuGet.CommandLine
nuget NuGet.CommandLine = 3.4.4-rtm-final
nuget SharpZipLib
nuget SimpleRESTServices = 1.3.0.1
nuget xunit
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Expand Up @@ -25,7 +25,7 @@ NUGET
Microsoft.Bcl.Build (>= 1.0.14)
Moq (4.2.1510.2205)
Newtonsoft.Json (6.0.8)
NuGet.CommandLine (3.4.3)
NuGet.CommandLine (3.4.4-rtm-final)
PCLStorage (1.0.2) - framework: portable-net45+sl50+win+wpa81+wp80
Microsoft.Bcl (>= 1.1.6) - framework: net10, net11, net20, net30, net35, net40, net40-full
Microsoft.Bcl.Async (>= 1.0.165) - framework: net10, net11, net20, net30, net35, net40, net40-full
Expand Down

0 comments on commit 1b2bdc3

Please sign in to comment.