Skip to content

Simplify necessary parameters for assetless build #15766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

akoeplinger
Copy link
Member

With these changes we can have the following for an assetless build:

- template: /eng/common/templates-official/jobs/jobs.yml@self
  parameters:
    isAssetlessBuild: true

Fixes dotnet/arcade-services#4706

With these changes we can have the following for an assetless build:

```
- template: /eng/common/templates-official/jobs/jobs.yml@self
  parameters:
    isAssetlessBuild: true
```
@akoeplinger akoeplinger enabled auto-merge (squash) April 22, 2025 12:18
@akoeplinger akoeplinger merged commit c0f6ebe into dotnet:main Apr 22, 2025
10 of 11 checks passed
@akoeplinger akoeplinger deleted the assetless-build branch April 22, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Templates for assetless build promotion should be simplified
2 participants