You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[main] Update dependencies from dotnet/arcade (#348)
* Update dependencies from https://github.com/dotnet/arcade build 20250412.1
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25206.1 -> To Version 10.0.0-beta.25212.1
* Update dependencies from https://github.com/dotnet/arcade build 20250416.2
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25206.1 -> To Version 10.0.0-beta.25216.2
* Update dependencies from https://github.com/dotnet/arcade build 20250417.1
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25206.1 -> To Version 10.0.0-beta.25217.1
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: eng/common/core-templates/jobs/jobs.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ parameters:
27
27
# Optional: Publish the assets as soon as the publish to BAR stage is complete, rather doing so in a separate stage.
28
28
publishAssetsImmediately: false
29
29
30
+
# Optional: 🌤️ or not the build has assets it wants to publish to BAR
31
+
isAssetlessBuild: false
32
+
30
33
# Optional: If using publishAssetsImmediately and additional parameters are needed, can be used to send along additional parameters (normally sent to post-build.yml)
0 commit comments