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
You can control delivery behavior by adding settings to your AL-Go settings file:
75
+
You can control delivery behavior by adding settings to your AL-Go settings file. For detailed information about DeliveryTarget settings, see [DeliverTo<deliveryTarget>](https://aka.ms/algosettings#deliverto).
Unlike GitHub Packages, NuGet feeds configured with `NuGetContext` are not automatically used for dependency resolution. To use your custom feed for dependencies, add it to `trustedNuGetFeeds`:
109
+
Unlike GitHub Packages, NuGet feeds configured with `NuGetContext` are not automatically used for dependency resolution. To use your custom feed for dependencies, add it to [trustedNuGetFeeds](https://aka.ms/algosettings#trustedNuGetFeeds):
110
110
111
111
```json
112
112
{
@@ -122,7 +122,9 @@ Unlike GitHub Packages, NuGet feeds configured with `NuGetContext` are not autom
122
122
123
123
## Configuration Examples
124
124
125
-
### Example 1: GitHub Packages for Organization
125
+
### Example 1: GitHub Packages for PTE Organization
126
+
127
+
**Use Case**: A company developing Per-Tenant Extensions (PTEs) wants to automatically publish apps to GitHub Packages for internal distribution and dependency management.
@@ -139,7 +141,9 @@ Unlike GitHub Packages, NuGet feeds configured with `NuGetContext` are not autom
139
141
}
140
142
```
141
143
142
-
### Example 2: Azure DevOps Artifacts
144
+
### Example 2: Azure DevOps Artifacts for PTE Development
145
+
146
+
**Use Case**: A partner company with existing Azure DevOps infrastructure wants to deliver PTEs to their existing Azure DevOps Artifacts feed for controlled distribution.
143
147
144
148
**Repository Secret**: `NuGetContext`
145
149
```json
@@ -159,7 +163,9 @@ Unlike GitHub Packages, NuGet feeds configured with `NuGetContext` are not autom
159
163
}
160
164
```
161
165
162
-
### Example 3: Multi-Environment Setup
166
+
### Example 3: Multi-Environment PTE Setup
167
+
168
+
**Use Case**: A PTE development team that wants to publish development builds to GitHub Packages and production releases to a private NuGet feed.
163
169
164
170
**AL-Go-Settings.json**:
165
171
```json
@@ -300,7 +306,7 @@ You can configure multiple trusted NuGet feeds for dependency resolution:
300
306
301
307
## Next Steps
302
308
303
-
-[Learn more about AL-Go Settings](settings.md)
309
+
-[Learn more about AL-Go Settings](https://aka.ms/algosettings)
0 commit comments