This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47c94de653eac7d7043dc61596597fd9bc655b15
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
BuildGraph
/
Tasks
History
ben marsh
7dac926f00
Horde: Query the server API version before uploading tool data, and fall back to using older storage formats if the server requires it.
...
[CL 30762520 by ben marsh in ue5-main branch]
2024-01-21 13:52:05 -05:00
..
AgeStoreTask.cs
…
AwsAssumeRoleTask.cs
…
AwsEcsDeployTask.cs
…
AwsTask.cs
…
CommandletTask.cs
…
CommandTask.cs
…
CompileTask.cs
AutomationTool: Remove obsolete ParallelExecutor
2023-12-04 13:43:10 -05:00
CookTask.cs
…
CopyTask.cs
…
CreateArtifactTask.cs
Horde: Add a singleton IHordeClient object which allows constructing new HordeHttpClient instances. Allows keeping all the configuration/state in one place.
2024-01-21 10:33:11 -05:00
CsCompileTask.cs
…
DeleteTask.cs
…
DeployToolTask.cs
Horde: Query the server API version before uploading tool data, and fall back to using older storage formats if the server requires it.
2024-01-21 13:52:05 -05:00
DockerBuildTask.cs
…
DockerComposeDownTask.cs
…
DockerComposeUpTask.cs
…
DockerPushTask.cs
…
DockerTask.cs
…
DotNetTask.cs
…
FindModifiedFiles.cs
…
GatherBuildProductsFromFileTask.cs
…
GitCloneTask.cs
…
GitTask.cs
…
HelmTask.cs
…
HordeCreateReportTask.cs
…
KubectlTask.cs
…
LogTask.cs
…
ModifyConfigTask.cs
…
ModifyJsonValue.cs
…
MoveTask.cs
…
MsBuildTask.cs
…
NotarizeTask.cs
Updating the NotarizeTask to now use the new "notarytool" as Apple is deprecating "altool --notarize-app".
2023-10-17 17:03:23 -04:00
NuGetLicenseCheckTask.cs
Add an option to output a CSV containing all packages and license files from the NuGet-LicenseCheck task.
2024-01-11 09:50:17 -05:00
OnExitTask.cs
…
PakFileTask.cs
…
QueryTargetsTask.cs
…
RandomDataTask.cs
…
RenameTask.cs
…
SanitizeReceiptTask.cs
…
SetVersionTask.cs
…
SignTask.cs
…
SpawnTask.cs
…
StageTask.cs
…
StripTask.cs
…
SubmitTask.cs
- Replaced System.Environment.MachineName (and System.Net.Dns.GetHostName()) with Unreal.MachineName, since Environment.MachineName is capped at 15 characters, and not every machine name is that short. Uses System.Net.Dns.GetHostName() internally unless is throws an exception, then it falls back to Env.MachineName
2023-11-14 09:40:24 -05:00
SymStoreTask.cs
…
TagReceiptTask.cs
…
TagTask.cs
…
UnzipTask.cs
…
UploadTask.cs
…
WaitTask.cs
…
WriteJsonValueTask.cs
…
WriteTextFileTask.cs
…
ZenExportSnapshotTask.cs
Use the ZenProject from the export source rather than the autogenerated value when available.
2023-11-27 11:20:30 -05:00
ZenImportOplogTask.cs
Change default port for autolaunched ZenServer local service to 8558. When connecting to an existing service (not autolaunched), the default port remains what it was before, but will change in the future.
2023-10-11 11:18:41 -04:00
ZipTask.cs
…