Skip to content

Commit

Permalink
Depend on merging nupkgs in Release task
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Apr 17, 2017
1 parent 4269c66 commit 6da568d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
:major: 5
:minor: 0
:patch: 0
:special: 'beta'
:special: beta1
:metadata: ''
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ end

Albacore::Tasks::Release.new :release,
pkg_dir: 'build/pkg',
depend_on: [:create_nugets, :ensure_nuget_key],
depend_on: [:create_nugets, :merge_nupkgs, :ensure_nuget_key],
nuget_exe: 'packages/NuGet.CommandLine/tools/NuGet.exe',
api_key: ENV['NUGET_KEY']

0 comments on commit 6da568d

Please sign in to comment.