Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 5, 2015
1 parent 453ee46 commit 7a4268b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ on_finish:
nuget.exe spec
Pop-Location
nuget pack .\lib\Package.nuspec -outputdirectory .\nuget
$nuGetPackagePath = (Get-ChildItem .\nuget).FullPath
Get-ChildItem .\nuget
$nuGetPackagePath = (Get-ChildItem .\nuget).FullName
@(
# You can add other artifacts here
Expand Down

0 comments on commit 7a4268b

Please sign in to comment.