We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa83792 commit 4ad7a83Copy full SHA for 4ad7a83
eng/pipelines/preview.yml
@@ -39,3 +39,7 @@ extends:
39
- name: emitter
40
file: azure-tools-typespec-java-*.tgz
41
type: npm
42
+ AutorestInitializationSteps:
43
+ - checkout: self
44
+ submodules: true
45
+ path: s/autorest
eng/scripts/Build-Packages.ps1
@@ -26,7 +26,7 @@ $packagesPath = New-Item -ItemType Directory -Force -Path $packagesPath | Select
26
27
Push-Location $RepoRoot
28
try {
29
- invoke "mvn -f pom.xml -P local,tsp -T 1C --no-transfer-progress clean install"
+ invoke "pwsh Build-TypeSpec.ps1"
30
31
Push-Location "./typespec-extension"
32
0 commit comments