-
Notifications
You must be signed in to change notification settings - Fork 74
Feat/pipeline migration #1377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feat/pipeline migration #1377
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ebf8ae7
Merge pull request #1365 from microsoftgraph/dev
baywet 51f128a
Merge pull request #1367 from microsoftgraph/dev
baywet 9b3a3f6
Merge pull request #1369 from microsoftgraph/dev
baywet 4d8b565
Merge pull request #1372 from microsoftgraph/dev
baywet e55a612
Merge branch 'main' of https://github.com/microsoftgraph/MSGraph-SDK-…
adrian05-ms ead96bf
Generation pipeline migration to 1ES
adrian05-ms 6a38ff3
fixing param issue
adrian05-ms 76eb499
adding missing repo
adrian05-ms a840a03
Fix template issues
adrian05-ms e8f6bc3
duplication error
adrian05-ms 48aa66c
removing download steps
adrian05-ms 4f2b968
sdl analysis
adrian05-ms 4dec854
excluding repos
adrian05-ms 06344f7
changing typewriter targetPath
adrian05-ms 439329f
changing download path
adrian05-ms 385f202
adding typewriter to the target path
adrian05-ms 19c7918
Fixing openAPI outputPath
adrian05-ms 442179e
fixing output path
adrian05-ms ef19de1
test run
adrian05-ms d742363
changing target path
adrian05-ms 6a77e4b
testing change
adrian05-ms 1d9f197
multiple artifacts
adrian05-ms e861987
testing copy files
adrian05-ms fb9fc16
hardcoding downloaded artifacts
adrian05-ms de66bbb
testing copy files
adrian05-ms c847a02
Fixing copy files
adrian05-ms a08a2e1
Attempting to fix kiota dir issue
adrian05-ms dd9b8e5
Testing downloaded paths
adrian05-ms 564e226
moving from bash to powershell
adrian05-ms 1af1d6b
changing targetPath
adrian05-ms 009c893
adding template context
adrian05-ms b64aff7
adding kiota repo to scan
adrian05-ms e7c898c
reverting back change
adrian05-ms 616e469
reverting back copyright comments
adrian05-ms d3c2e25
adding comments
adrian05-ms 6a58a16
adding comment space
adrian05-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,9 +1,5 @@ | ||
| # This Yaml Document has been converted by ESAI Yaml Pipeline Conversion Tool. | ||
| # Please make sure to check all the converted content, it is your team's responsibility to make sure that the pipeline is still valid and functions as expected. | ||
| # The 'DownloadBuildArtifacts@0' tasks have been converted to inputs within the `templateContext` section of each job. | ||
| steps: | ||
| - task: DownloadBuildArtifacts@0 | ||
| inputs: | ||
| buildType: 'current' | ||
| downloadType: 'single' | ||
| artifactName: 'kiota' | ||
| downloadPath: '$(Build.SourcesDirectory)' | ||
|
|
||
| - bash: chmod +x $(Build.SourcesDirectory)/kiota/kiota | ||
| - bash: chmod +x $(Build.SourcesDirectory)/kiota/kiota |
11 changes: 4 additions & 7 deletions
11
.azure-pipelines/generation-templates/download-typewriter.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -1,7 +1,4 @@ | ||
| steps: | ||
| - task: DownloadBuildArtifacts@0 | ||
| inputs: | ||
| buildType: 'current' | ||
| downloadType: 'single' | ||
| artifactName: 'typewriter' | ||
| downloadPath: '$(Build.SourcesDirectory)' | ||
| # This Yaml Document has been converted by ESAI Yaml Pipeline Conversion Tool. | ||
| # Please make sure to check all the converted content, it is your team's responsibility to make sure that the pipeline is still valid and functions as expected. | ||
| # The 'DownloadBuildArtifacts@0' tasks have been converted to inputs within the `templateContext` section of each job. | ||
| steps: [] |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.