Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make sure the version is set up-front before running any targets
This ensures that P2P nuget references get the right dependency versions
  • Loading branch information
kzu committed Jul 6, 2017
commit 6a8b16202dd794d2ccfddaecb642ac26e29ae3ca
2 changes: 1 addition & 1 deletion src/Version.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project InitialTargets="SetVersion" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<Target Name="SetVersion" DependsOnTargets="GitVersion">
<PropertyGroup>
Expand Down