Skip to content

Commit

Permalink
Include rid in default aot output dir
Browse files Browse the repository at this point in the history
Signed-off-by: Alireza Poodineh <itsaeliux@gmail.com>
  • Loading branch information
Aeliux committed Oct 2, 2024
1 parent f45d391 commit a30a6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Task("Build-Cli.Aot")
}
if (publishSettings.OutputDirectory == null){
publishSettings.OutputDirectory = $"bin/Kryptor.Cli.Native/Aot/{publishSettings.Configuration}/{publishSettings.Framework}";
publishSettings.OutputDirectory = $"bin/Kryptor.Cli.Native/Aot/{publishSettings.Configuration}/{publishSettings.Framework}/{publishSettings.Runtime}";
}
publishSettings.NoBuild = false;
Expand Down

0 comments on commit a30a6d1

Please sign in to comment.