Skip to content

Commit

Permalink
noahdarveau/pipelinefix (#2527)
Browse files Browse the repository at this point in the history
* renamed prepBetaRelease to cjs
  • Loading branch information
noahdarveau-MSFT authored Sep 26, 2024
1 parent 0ef1d44 commit 5851073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/yaml-templates/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ steps:
script: 'node enforceBeachball.js'

- task: CmdLine@2
displayName: 'node prepBetaRelease.js'
displayName: 'node prepBetaRelease.cjs'
condition: and( eq(variables['Build.SourceBranch'], 'refs/heads/main'), in(variables['Agent.JobStatus'], 'Succeeded', 'SucceededWithIssues'), ne(variables['Build.Reason'], 'PullRequest') )
inputs:
script: 'node prepBetaRelease.js'
script: 'node prepBetaRelease.cjs'
workingDirectory: '$(System.DefaultWorkingDirectory)\packages\teams-js'

- task: CmdLine@2
Expand Down

0 comments on commit 5851073

Please sign in to comment.