We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parameters.xaSourcePath
1 parent d32bd3a commit b0dc07aCopy full SHA for b0dc07a
build-tools/automation/yaml-templates/setup-test-environment.yaml
@@ -75,6 +75,7 @@ steps:
75
- template: /build-tools/automation/yaml-templates/run-dotnet-preview.yaml
76
parameters:
77
displayName: extract workload packs
78
+ xaSourcePath: ${{ parameters.xaSourcePath }}
79
project: ${{ parameters.xaSourcePath }}/build-tools/create-packs/Microsoft.Android.Sdk.proj
80
arguments: -t:ExtractWorkloadPacks -c ${{ parameters.configuration }} -v:n -bl:${{ parameters.xaSourcePath }}/bin/Test${{ parameters.configuration }}/extract-workloads.binlog
81
0 commit comments