Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoaiphuc committed Feb 23, 2024
1 parent c6ea59b commit a9fd365
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Assets/BuildPipeline/Editor/WolffunAzureDevops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9fd365

Please sign in to comment.