Skip to content

Commit

Permalink
eng, fix preview pipeline after microsoft/typespec refactor (#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Oct 12, 2024
1 parent fa83792 commit 4ad7a83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions eng/pipelines/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ extends:
- name: emitter
file: azure-tools-typespec-java-*.tgz
type: npm
AutorestInitializationSteps:
- checkout: self
submodules: true
path: s/autorest
2 changes: 1 addition & 1 deletion eng/scripts/Build-Packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $packagesPath = New-Item -ItemType Directory -Force -Path $packagesPath | Select

Push-Location $RepoRoot
try {
invoke "mvn -f pom.xml -P local,tsp -T 1C --no-transfer-progress clean install"
invoke "pwsh Build-TypeSpec.ps1"

Push-Location "./typespec-extension"
try {
Expand Down

0 comments on commit 4ad7a83

Please sign in to comment.