Skip to content

Add PowerShell error handling to artifact deletion in pipeline (#371) #125

Add PowerShell error handling to artifact deletion in pipeline (#371)

Add PowerShell error handling to artifact deletion in pipeline (#371) #125

Triggered via push March 23, 2025 11:19
Status Success
Total duration 24m 55s
Artifacts
Read metadata
5s
Read metadata
Matrix: build_main
Build app (linux-arm64)
8m 45s
Build app (linux-arm64)
Prepare & create release
0s
Prepare & create release
Publish release
0s
Publish release
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Build app (osx-arm64): app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build app (osx-x64): app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build app (linux-arm64): app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build app (linux-x64): app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build app (win-arm64): app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build app (win-x64): app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.