Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 4fac7cf

Browse files
committed
Fix path for publishing pkgs
1 parent 676ef1e commit 4fac7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Publish-Release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if ($branch -ne 'master') {
1010
}
1111

1212
$projPaths = @(
13-
"."
13+
"./AMT.LinqExtensions"
1414
)
1515

1616
# Ensure everything is built

0 commit comments

Comments
 (0)