mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-24 00:40:18 +08:00
Update Copilot workspace files
This commit is contained in:
@@ -47,7 +47,7 @@ $executableName = $Executable + ".exe"
|
||||
$solutionFolder = GetSolutionDir
|
||||
|
||||
# Find the file with the latest modification time
|
||||
if ($Configuration -ne $null) {
|
||||
if ($Configuration -eq $null) {
|
||||
$latestFile = GetLatestModifiedExecutable $solutionFolder $executableName
|
||||
} else {
|
||||
$latestFile = GetSpecifiedExecutable $solutionFolder $executableName $Configuration $Platform
|
||||
|
||||
Reference in New Issue
Block a user