-
Notifications
You must be signed in to change notification settings - Fork 861
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start documentation on build (#15012)
- Loading branch information
Showing
4 changed files
with
21 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,22 @@ using [Azure/autorest.go][] and [Azure/autorest][]. These generated packages dep | |
|
||
For bugs or feature requests you can submit them using the [Github issues page][issues] and filling the appropriate template. | ||
|
||
Also please see these [guidelines][] about contributing to Azure projects. | ||
## Building | ||
|
||
SDKs are either old (track 1) or new (track 2): | ||
|
||
- Old (Track 1) SDKs are found in the services/ and profiles/ top level folders. | ||
- CI is in /azure-pipelines.yml | ||
- New (Track 2) SDKs are found in the sdk/ top level folder. | ||
- CI is in /eng/pipelines/templates/steps/build.yml | ||
|
||
To build, run `go build` from the respective SDK directory. | ||
|
||
There currently is not a repository wide way to build or regenerate code. | ||
|
||
## Guidelines and Code of Conduct | ||
|
||
Also please see these [guidelines][guidelines] about contributing to Azure projects. | ||
|
||
This project follows the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][cocfaq]. Contact [[email protected]][cocmail] with questions and comments. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters