Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daveinglis committed Feb 14, 2025
1 parent 1460162 commit f62723e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fileprivate struct CustomTaskBuildOperationTests: CoreBasedTests {
customTasks: [
TestCustomTask(
commandLine: ["$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/tool\(runDestination == .windows ? ".exe" : "")"],
environment: ProcessInfo.processInfo.environment,
environment: ProcessInfo.processInfo.environment.filter(keys: ["PATH"]), // important to allow swift to be looked up in PATH on Windows/Linux
workingDirectory: tmpDir.str,
executionDescription: "My Custom Task",
inputs: ["$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/tool\(runDestination == .windows ? ".exe" : "")"],
Expand Down

0 comments on commit f62723e

Please # to comment.