Skip to content

Commit

Permalink
Build script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Jun 11, 2014
1 parent 1f34bfc commit 10b00b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestStack.White.proj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<Target Name="Publish">
<MakeDir Directories="$(Root)build\Artifacts" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White\TestStack.White.nuspec -Version $(GitHub_LegacySemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White\TestStack.White.nuspec -Version $(GitVersion_LegacySemVer) -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_LegacySemVer) -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_LegacySemVer) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White.WebBrowser\bin\$(Configuration)" />
</Target>
Expand Down

0 comments on commit 10b00b1

Please sign in to comment.