Skip to content

Commit

Permalink
set package name as "@azure-tools/mock-service-host" (#2137)
Browse files Browse the repository at this point in the history
* azure-tools-scope

* unpublish

* dont-publish

* package-name

* clear
  • Loading branch information
changlong-liu authored Oct 21, 2021
1 parent cd47133 commit 1e33dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/mock-service-host/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)/tools/mock-service-host
condition: contains(variables['imageName'], 'ubuntu')
- script: 'cp mock-service-host-*.tgz $(VAR_BUILD_ARTIFACT_STAGING_DIRECTORY)'
- script: 'cp azure-tools-mock-service-host-*.tgz $(VAR_BUILD_ARTIFACT_STAGING_DIRECTORY)'
displayName: 'copy to staging dir'
workingDirectory: $(System.DefaultWorkingDirectory)/tools/mock-service-host
condition: contains(variables['imageName'], 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion tools/mock-service-host/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/mock-service-host/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mock-service-host",
"name": "@azure-tools/mock-service-host",
"version": "0.1.3",
"description": "Azure Mock Service Host",
"main": "index.js",
Expand Down

0 comments on commit 1e33dee

Please sign in to comment.