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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,5 @@ This repository contains the version information for .NET SDK Workloads.
16
16
-**Do not** create an AzDO PAT. Leave that entry blank in the darc-authenticate file for it to use local machine auth.
17
17
6. Request access to the [.NET Daily Internal Build Access](https://coreidentity.microsoft.com/manage/Entitlement/entitlement/netdailyinte-q2ql) entitlement
18
18
- This allows the local AzDO machine auth to gather internal assets from AzDO.
19
-
-***Message Matt Mitchell*** (@mmitche) for approval after requesting access to the entitlement.
19
+
-**Send a message** to one of the primary owners on the entitlement page for approval after requesting access to the entitlement.
20
20
- Should take about 20 mins for the entitlement process to complete (will appear on your [entitlements list](https://coreidentity.microsoft.com/manage/entitlement)) and another 30 mins the access to propagate to DARC. Basically, after approval, wait an hour until you actually attempt to build.
# Note: We're using ASCII because when testing between PS 5.1 and PS 7.5, this would result in the same hash. Other encodings arrived at different hashes.
Copy file name to clipboardExpand all lines: eng/download-workloads.ps1
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# This downloads the workloads using DARC.
2
+
# In CI, we need to pass PATs to this, so it runs in Azure Pipelines only (not through MSBuild).
3
+
# For local builds, some preconfiguration is necessary. Check the README.md for details.
4
+
5
+
# $workloadPath: The path to the directory as output for the workload ZIPs. This is --output-dir in the DARC command.
6
+
# - Example Value: "$(RepoRoot)artifacts\workloads"
7
+
# $gitHubPat: The GitHub PAT to use for DARC (CI build only). See workload-build.yml for converting the PAT to SecureString.
8
+
# $azDOPat: The Azure DevOps PAT to use for DARC (CI build only). See workload-build.yml for converting the PAT to SecureString.
9
+
# $workloadListJson: The JSON string of the list of workload drop names to download. If not provided, all workloads found in Version.Details.xml will be downloaded.
10
+
# - See the workloadDropNames parameter in official.yml for the list generally passed to this script.
11
+
# - Example Value: '{["emsdk","mono"]}'
12
+
# $usePreComponents:
13
+
# - If $true, includes *pre.components.zip drops and excludes *components.zip drops.
14
+
# - If $false, excludes *pre.components.zip drops and includes *components.zip drops.
0 commit comments