Skip to content

Commit

Permalink
Removing GitHubFlowVersion and putting in GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Jun 10, 2014
1 parent f410044 commit 4bc6145
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 56 deletions.
8 changes: 4 additions & 4 deletions TestStack.White.proj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<MSBuildCommunityTasksPath>$(Root)tools\MSBuildCommunityTasks</MSBuildCommunityTasksPath>
<xUnit>$(Root)tools\xUnit\xunit.console.exe</xUnit>
</PropertyGroup>

<Target Name="Cleanup">
<Error Condition="$(Root) == ''" Text="Root variable must be defined" />

Expand Down Expand Up @@ -43,8 +43,8 @@

<Target Name="Publish">
<MakeDir Directories="$(Root)build\Artifacts" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White\TestStack.White.nuspec -Version $(GitHubFlowVersion_SemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White.ScreenObjects\TestStack.White.ScreenObjects.nuspec -Version $(GitHubFlowVersion_SemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White.ScreenObjects\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White.WebBrowser\TestStack.White.WebBrowser.nuspec -Version $(GitHubFlowVersion_SemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White.WebBrowser\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White\TestStack.White.nuspec -Version $(GitHub_SemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White.ScreenObjects\TestStack.White.ScreenObjects.nuspec -Version $(GitVersion_SemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White.ScreenObjects\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White.WebBrowser\TestStack.White.WebBrowser.nuspec -Version $(GitVersion_SemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White.WebBrowser\bin\$(Configuration)" />
</Target>
</Project>
Binary file removed tools/GitHubFlowVersion/Args.dll
Binary file not shown.
Binary file removed tools/GitHubFlowVersion/GitHubFlowVersion.exe
Binary file not shown.
Binary file removed tools/GitHubFlowVersion/LibGit2Sharp.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
52 changes: 0 additions & 52 deletions tools/GitHubFlowVersion/install.ps1

This file was deleted.

0 comments on commit 4bc6145

Please sign in to comment.