Skip to content

Commit d175789

Browse files
committed
Publish the nuget packages on build.
1 parent 2ef8c20 commit d175789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ ForEach ($p in $client_projects) {
9595
nuget pack $nuspecFile -OutputDirectory $packageDir -Version "$env:APPVEYOR_BUILD_VERSION" -Symbols
9696
}
9797

98-
Get-ChildItem .\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
98+
Get-ChildItem $packageDir\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
9999

100100
Pop-Location

0 commit comments

Comments
 (0)