Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Aug 6, 2016
1 parent a9cf658 commit 0bbee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/build-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ foreach($pkg in $Packages)

foreach($pkg in $Packages)
{
.\nuget pack $pkg\$pkg.nuspec
nuget.exe pack $pkg\$pkg.nuspec
}

foreach($pkg in $Packages)
Expand Down

0 comments on commit 0bbee58

Please sign in to comment.