Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Tagging only uses release information since last tag.
Browse files Browse the repository at this point in the history
references #26
  • Loading branch information
pvandervelde committed May 11, 2014
1 parent 2c9782b commit 12bb60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deploy.GitTag.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</Target>

<PropertyGroup>
<FileReleaseNotes>$(DirBuildTemp)\releasenotes.md</FileReleaseNotes>
<FileReleaseNotes>$(DirBuildTemp)\releasenotes_short.md</FileReleaseNotes>
</PropertyGroup>
<Target Name="_LoadReleaseNotes" DependsOnTargets="_DisplayInfo;_GetSemanticVersion">
<CreateProperty Condition="Exists('$(FileReleaseNotes)')" Value="$([System.IO.File]::ReadAllText('$(FileReleaseNotes)'))">
Expand Down

6 comments on commit 12bb60a

@pvandervelde
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Nuclei :: Build Build 87 is now running

@pvandervelde
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Nuclei :: Build Build 87 outcome was FAILURE
Summary: Error message is logged (new); exit code 1 (new) Build time: 0:0:39

@pvandervelde
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Nuclei :: Build Build 88 is now running

@pvandervelde
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Nuclei :: Build Build 88 outcome was FAILURE
Summary: Error message is logged (new); exit code 1 (new) Build time: 0:0:36

@pvandervelde
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Nuclei :: Build Build 89 is now running

@pvandervelde
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Nuclei :: Build Build 89 outcome was FAILURE
Summary: Error message is logged; exit code 1 Build time: 0:0:36

Please sign in to comment.