Skip to content

Commit 90eae7f

Browse files
Fixed package.ps1
1 parent 3ba15e7 commit 90eae7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devops/Package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param ([string] $PackageId, [string] $NuSpecFile)
22

3-
. .\BuildFunctions.ps1
3+
. .\devops\BuildFunctions.ps1
44

55
$hash = Get-Current-Commit-Hash
66
$releaseNotes = "Release: $($hash)"

0 commit comments

Comments
 (0)