Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 8adf62a

Browse files
author
tfreitasleal
committed
Fix NuGet packaging.
1 parent 97a633e commit 8adf62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet/Definition/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ try
118118
## Before building NuGet package, extract Qooxdoo-WebDriver Version number and update .NuSpec to automate versioning of .NuSpec document
119119
## - JH: Not sure if I should get direct from source code file or from file version of compiled library instead.
120120
## - JH: Going with product version in assembly for now
121-
$referenceAssembly = Get-ChildItem "$pathToBin\NET45\Wisej.WebDriver.dll" | Select-Object -First 1
121+
$referenceAssembly = Get-ChildItem "$pathToBin\NET45\Wisej.Qooxdoo.WebDriver.dll" | Select-Object -First 1
122122
## - JH: If $preRelease is specified, then append it with a dash following the 3rd component of the quad-dotted-version number
123123
## Refer: http://docs.nuget.org/docs/Reference/Versioning
124124
if ( [System.String]::IsNullOrEmpty( $preRelease ) -ne $true )

0 commit comments

Comments
 (0)