We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8856050 commit c6b2da9Copy full SHA for c6b2da9
1 file changed
build/benchmark.yml
@@ -252,6 +252,12 @@ jobs:
252
artifact: BuiltTypeScript
253
displayName: Download built TypeScript
254
255
+ - ${{ if eq(parameters.TS_GO, true) }}:
256
+ - bash: |
257
+ set -exo pipefail
258
+ find $(BUILT_TYPESCRIPT_DIR) -name 'tsgo' -type f -exec chmod +x {} +
259
+ displayName: Make tsgo executable
260
+
261
# This is provided by the agent.
262
- bash: |
263
set -exo pipefail
0 commit comments