File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
53
53
displayName : Use production AI key
54
54
condition : and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags'))
55
55
- ${{ if parameters.prerelease }} :
56
- - script : |
57
- set NODE_OPTIONS="--no-experimental-fetch --openssl-legacy-provider"
56
+ - pwsh : |
57
+ $env: NODE_OPTIONS="--no-experimental-fetch --openssl-legacy-provider"
58
58
node build/package.js --pre-release
59
59
displayName: Build and pack extension
60
60
- ${{ else }} :
61
- - script : |
62
- set NODE_OPTIONS="--no-experimental-fetch --openssl-legacy-provider"
61
+ - pwsh : |
62
+ $env: NODE_OPTIONS="--no-experimental-fetch --openssl-legacy-provider"
63
63
node build/package.js
64
64
displayName: Build and pack extension
65
65
- pwsh : |
You can’t perform that action at this time.
0 commit comments