File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/mixedreality/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2020-05
1617 - tag : package-2019-02-preview
1718` ` `
1819
20+ ### Tag: package-2020-05 and go
21+
22+ These settings apply only when ` --tag=package-2020-05 --go` is specified on the command line.
23+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24+
25+ ` ` ` yaml $(tag) == 'package-2020-05' && $(go)
26+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-05-01-preview/$(namespace)
27+ ` ` `
28+
1929# ## Tag: package-2019-02-preview and go
2030
2131These settings apply only when `--tag=package-2019-02-preview --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments