Skip to content

Commit

Permalink
Revert "Improved isolation for msbuild task assembly on netfx."
Browse files Browse the repository at this point in the history
Because will fail loading assembly on complex msbuild situation.
  • Loading branch information
kekyo committed Oct 17, 2023
1 parent aa7d51b commit ff02b4b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions RelaxVersioner.Tasks/DumpPropertiesTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@

namespace RelaxVersioner;

public sealed class DumpPropertiesTask :
#if NETFRAMEWORK
AppDomainIsolatedTask
#else
Task
#endif
public sealed class DumpPropertiesTask : Task
{
[Required]
public string? OutputPath
Expand Down

0 comments on commit ff02b4b

Please sign in to comment.