Skip to content

Commit

Permalink
fix(playwrighttesting): change policy name in rush.json to client (#3…
Browse files Browse the repository at this point in the history
…1023)

### Packages impacted by this PR

@azure/create-microsoft-playwright-testing

### Issues associated with this PR

Dev version cannot be published for utility packages

- VersionPolicy should be client or core in rush.json to get alpha
version build.

### Describe the problem that is addressed by this PR

Change version policy to `client` from `utility`

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>
  • Loading branch information
Sid200026 and Siddharth Singha Roy authored Sep 8, 2024
1 parent 985f752 commit 1c01587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,7 @@
{
"packageName": "@azure/create-microsoft-playwright-testing",
"projectFolder": "sdk/playwrighttesting/create-microsoft-playwright-testing",
"versionPolicyName": "utility"
"versionPolicyName": "client"
},
{
"packageName": "@azure/microsoft-playwright-testing",
Expand Down

0 comments on commit 1c01587

Please sign in to comment.