Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/releases/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extends:
verbose: false
customCommand: pack
- task: EsrpRelease@10
displayName: Publish to npm (tag beta) - ESRP release
displayName: Publish to npm (tag latest) - ESRP release
inputs:
connectedservicename: '$(connectedServiceName)'
usemanagedidentity: true
Expand Down Expand Up @@ -104,5 +104,5 @@ extends:
displayName: View Published Package URLs
inputs:
targetType: 'filePath'
filePath: 'microsoft-teams-library-js-pipeline/scripts/view-published-pkg-urls.ps1'
filePath: 'microsoft-teams-library-js-pipeline/scripts/view-published-packages-urls.ps1'
arguments: -PIPELINE_WORKSPACE $(System.DefaultWorkingDirectory)
2 changes: 1 addition & 1 deletion tools/releases/sdf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ extends:
displayName: View Published Package URLs
inputs:
targetType: 'filePath'
filePath: 'microsoft-teams-library-js-pipeline/scripts/view-published-pkg-urls.ps1'
filePath: 'microsoft-teams-library-js-pipeline/scripts/view-published-packages-urls.ps1'
arguments: -PIPELINE_WORKSPACE $(System.DefaultWorkingDirectory)
Loading