Skip to content

Commit

Permalink
build: update
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchoey committed Jan 14, 2025
1 parent 33544aa commit e040838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/1esmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extends:
useAzureFederatedCredentials: ${{ parameters.enableLongRunningTests }}
enableSigning: ${{ parameters.enableSigning }}
additionalSetupSteps:
- script: |
- pwsh: |
echo Updating aikey in package.json
(Get-Content package.json) -replace '"aikey": ".*"', '"aikey": "$(PRODUCTION_AI_KEY)"' | Set-Content package.json
displayName: Update aikey in package.json
Expand Down

0 comments on commit e040838

Please sign in to comment.