open-azdo 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,7 +10,7 @@ variables:
|
|
|
10
10
|
BunLinuxX64Sha256: f57bc0187e39623de716ba3a389fda5486b2d7be7131a980ba54dc7b733d2e08
|
|
11
11
|
OpenCodeVersion: 1.3.3
|
|
12
12
|
OpenCodeLinuxX64Sha256: 92bb36b16ed1dfb08697fd2b7d8f7d09fdfcbacd5e5bf6a67f4d157a7f533b13
|
|
13
|
-
OpenAzdoVersion: 0.3.
|
|
13
|
+
OpenAzdoVersion: 0.3.5
|
|
14
14
|
RunOpenCodeSmokeTest: "false"
|
|
15
15
|
|
|
16
16
|
steps:
|
|
@@ -13,7 +13,7 @@ variables:
|
|
|
13
13
|
BunLinuxX64Sha256: f57bc0187e39623de716ba3a389fda5486b2d7be7131a980ba54dc7b733d2e08
|
|
14
14
|
OpenCodeVersion: 1.3.3
|
|
15
15
|
OpenCodeLinuxX64Sha256: 92bb36b16ed1dfb08697fd2b7d8f7d09fdfcbacd5e5bf6a67f4d157a7f533b13
|
|
16
|
-
OpenAzdoVersion: 0.3.
|
|
16
|
+
OpenAzdoVersion: 0.3.5
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
- checkout: self
|
|
@@ -35,6 +35,9 @@ steps:
|
|
|
35
35
|
|
|
36
36
|
corepack enable
|
|
37
37
|
corepack prepare "pnpm@$(PnpmVersion)" --activate
|
|
38
|
+
# For nested JS/TS packages, install from the package directory that owns
|
|
39
|
+
# the lockfile. open-azdo keeps the review workspace at the checkout root
|
|
40
|
+
# and resolves TypeScript from the detected package root.
|
|
38
41
|
pnpm install --frozen-lockfile
|
|
39
42
|
|
|
40
43
|
# Adjust the restore target if your solution or project is not rooted at the repository checkout.
|