-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c02b366
commit d130fd4
Showing
5 changed files
with
22 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,9 @@ jobs: | |
vmImage: $(OSVmImage) | ||
|
||
steps: | ||
- script: git -c user.name="azure-sdk" -c user.email="[email protected]" merge -Xours origin/main | ||
displayName: git merge origin/main | ||
|
||
- template: /eng/pipelines/templates/steps/npm-install.yml | ||
|
||
- pwsh: | | ||
|
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 |
---|---|---|
|
@@ -8,9 +8,12 @@ jobs: | |
vmImage: ubuntu-22.04 | ||
|
||
steps: | ||
- script: git -c user.name="azure-sdk" -c user.email="[email protected]" merge -Xours origin/main | ||
displayName: git merge origin/main | ||
|
||
- template: /eng/pipelines/templates/steps/npm-install.yml | ||
|
||
- pwsh: | | ||
$(Build.SourcesDirectory)/eng/scripts/TypeSpec-Validation.ps1 -GitClean -Verbose | ||
$(Build.SourcesDirectory)/eng/scripts/TypeSpec-Validation.ps1 -GitClean -BaseCommitish HEAD~2 -Verbose | ||
displayName: Validate Impacted Specs | ||
ignoreLASTEXITCODE: true |
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