diff --git a/Assets/BuildPipeline/Editor/WolffunAzureDevops.cs b/Assets/BuildPipeline/Editor/WolffunAzureDevops.cs index 79e1666..85b2ab5 100644 --- a/Assets/BuildPipeline/Editor/WolffunAzureDevops.cs +++ b/Assets/BuildPipeline/Editor/WolffunAzureDevops.cs @@ -75,8 +75,12 @@ public static void AddRessableBuild() if (!string.IsNullOrEmpty(res.Error)) { - Debug.LogError(res.Error); - PowerShellAndBashMethod.RunErrorBash(); + Debug.LogError("Addressable build failed"); + //PowerShellAndBashMethod.RunErrorBash(); + } + else + { + Debug.Log("Addressable content successfully built"); } } #endregion