Skip to content

Commit c5d5a05

Browse files
committed
changed the build script to use the renamed solution file.
1 parent cfc923a commit c5d5a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Properties {
2828
$40_test_results_dir = "$artifacts_dir\net40\test_results"
2929
$docs_dir = "$artifacts_dir\docs"
3030

31-
$sln_file = "$base_dir\CSharpDriver-2010.sln"
31+
$sln_file = "$base_dir\CSharpDriver.sln"
3232
$asm_file = "$src_dir\GlobalAssemblyInfo.cs"
3333
$docs_file = "$base_dir\Docs\Api\CSharpDriverDocs.shfbproj"
3434
$installer_file = "$base_dir\Installer\CSharpDriverInstaller.wixproj"

0 commit comments

Comments
 (0)