Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 959 Bytes

File metadata and controls

35 lines (25 loc) · 959 Bytes

Go

These settings apply only when --go is specified on the command line.

license-header: MICROSOFT_MIT_NO_VERSION
namespace: render
clear-output-folder: true
export-clients: true

Go multi-api

batch:
  - tag: 2.1-preview

Tag: 2.1-preview and go

These settings apply only when --tag=2.1-preview --go is specified on the command line. Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>.

output-folder: $(go-sdk-folder)/services/preview/maps/2.1/$(namespace)

Tag: 2.0-preview and go

These settings apply only when --tag=2.0-preview --go is specified on the command line. Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>.

output-folder: $(go-sdk-folder)/services/preview/maps/2.0/$(namespace)