Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
Instructions here for setting up the workflow: https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent
For configuring the environment see:
For a recent example:
Note that we probably only need to run the steps here (without NuGetAuthenticate):
|
- script: make prepare-external-git-dependencies PREPARE_CI=1 CONFIGURATION=$(XA.Build.Configuration) |
|
workingDirectory: ${{ parameters.xaSourcePath }} |
|
displayName: make prepare-external-git-dependencies |
|
|
|
- task: NuGetAuthenticate@1 |
|
displayName: authenticate with azure artifacts |
|
inputs: |
|
forceReinstallCredentialProvider: true |
|
|
|
- script: make jenkins PREPARE_CI=1 PREPARE_AUTOPROVISION=1 CONFIGURATION=$(XA.Build.Configuration) |
|
workingDirectory: ${{ parameters.xaSourcePath }} |
|
displayName: make jenkins |
Steps to Reproduce
n/a
Did you find any workaround?
No response
Relevant log output
Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
Instructions here for setting up the workflow: https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent
For configuring the environment see:
For a recent example:
Note that we probably only need to run the steps here (without NuGetAuthenticate):
android/build-tools/automation/yaml-templates/build-linux.yaml
Lines 76 to 87 in cfa4209
Steps to Reproduce
n/a
Did you find any workaround?
No response
Relevant log output