Skip to content

Commit

Permalink
Removed DesktopVK task for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Jul 7, 2024
1 parent 7bb79bf commit 5abf938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions build/BuildFrameworksTasks/BuildDesktopVKTask.cs

This file was deleted.

2 changes: 1 addition & 1 deletion build/Tasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace BuildScripts;
[IsDependentOn(typeof(BuildAndroidTask))]
[IsDependentOn(typeof(BuildiOSTask))]
[IsDependentOn(typeof(BuildUWPTask))]
[IsDependentOn(typeof(BuildDesktopVKTask))]
[IsDependentOn(typeof(BuildNativeTask))]
[IsDependentOn(typeof(BuildContentPipelineTask))]
public sealed class BuildFrameworksTask : FrostingTask<BuildContext> { }

Expand Down

0 comments on commit 5abf938

Please sign in to comment.