File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -295,13 +295,6 @@ jobs:
295295 parameters :
296296 windows : false
297297 scarlett : true
298- - task : PowerShell@2
299- displayName : ' NuGet Install GDK'
300- inputs :
301- targetType : filePath
302- filePath : ./build/RestoreGDK.ps1
303- arguments : -GDKEditionNumber $(GDK_EDITION) -OutputDirectory $(EXTRACTED_FOLDER)
304- failOnStderr : true
305298 - task : CmdLine@2
306299 displayName : Setup BWOI for GDK command-line
307300 inputs :
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ if(DEFINED XBOX_CONSOLE_TARGET)
142142 endif ()
143143
144144elseif ((BUILD_XBOX_EXTS_XBOXONE OR BUILD_XBOX_EXTS_SCARLETT) AND WIN32 )
145- if (DEFINED ENV{GameDKXboxLatest})
145+ if (( DEFINED ENV{GameDKXboxLatest}) AND ( NOT ( " $ENV{GameDKXboxLatest} " STREQUAL "" )) )
146146 cmake_path(SET GameDK_DIR "$ENV{GameDKXboxLatest} " )
147147 elseif (DEFINED ENV{GameDKLatest})
148148 cmake_path(SET GameDK_DIR "$ENV{GameDKLatest} " )
You can’t perform that action at this time.
0 commit comments