Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 1169dac

Browse files
committed
fix build script
1 parent b768722 commit 1169dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Task Restore-Packages {
5454
}
5555

5656
Task Install-MSBuild {
57-
if(!(Test-Path $MSBuild14))
57+
if(!(Test-Path $MSBuild))
5858
{
5959
cinst microsoft-build-tools -y
6060
}

0 commit comments

Comments
 (0)