Skip to content

Commit 6d31729

Browse files
committed
Fix typo
1 parent f6bd2f6 commit 6d31729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<Import Condition="'$(GDKEnableBWOI)' == 'true' and $(Platform.Contains('x64')) and Exists('$(ExtractedFolder)GDK\$(_PCNuGetPackage)\build\$(_PCNuGetPackage).props')"
5151
Project="$(ExtractedFolder)GDK\$(_PCNuGetPackage)\build\$(_PCNuGetPackage).props" />
5252

53-
<Import Condition="'$(GDKEnableBWOI)' == 'true ' and $(Platform.Contains('x64')) and Exists('$(ExtractedFolder)GDK\$(_XboxNuGetPackage)\build\$(_XboxNuGetPackage).props')"
53+
<Import Condition="'$(GDKEnableBWOI)' == 'true' and $(Platform.Contains('x64')) and Exists('$(ExtractedFolder)GDK\$(_XboxNuGetPackage)\build\$(_XboxNuGetPackage).props')"
5454
Project="$(ExtractedFolder)GDK\$(_XboxNuGetPackage)\build\$(_XboxNuGetPackage).props" />
5555

5656
<!-- Remove copy of real gameos.xvd since this is a build validation only pipeline -->

0 commit comments

Comments
 (0)