Skip to content

Commit

Permalink
Merge branch 'noahdarveau/rollup-cg-fixes' of https://github.com/Offi…
Browse files Browse the repository at this point in the history
…ceDev/microsoft-teams-library-js into noahdarveau/rollup-cg-fixes
  • Loading branch information
noahdarveau-MSFT committed Sep 26, 2024
2 parents a7ffad3 + 85c1a3c commit 90abccb
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 90abccb

Please sign in to comment.