Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor @typespec/compiler next version #2753

Draft
wants to merge 61 commits into
base: main
Choose a base branch
from

Conversation

v-jiaodi
Copy link
Member

@v-jiaodi v-jiaodi commented Aug 14, 2024

Monitor @typespec/compiler dev version build
https://dev.azure.com/azure-sdk/public/_build/results?buildId=4208243&view=logs&j=aa4563e2-7f5a-5a88-019c-341451fd8a67&t=3351c2db-8046-5507-7e56-867b3895d138

step:
1.run npm install -g @typespec/compiler@next
2. common/config/rush run npx @azure-tools/typespec-bump-deps@latest pnpm-config.json --add-rush-overrides
3. packages/typespec-test run npx @azure-tools/typespec-bump-deps@latest package.json
4. packages/typespec-test run npx @azure-tools/typespec-bump-deps@latest package.json
5. run rush update && rush build
6. run rushx copy:typespec and rushx generate-tsp-only:rlc

@qiaozha qiaozha added the p0 priority 0 label Aug 28, 2024
@@ -71,7 +71,7 @@ import { DemoServiceClient } from "@azure/internal-test";
async function read() {
const credential = { key: "INPUT_YOUR_KEY_HERE" };
const client = new DemoServiceClient(credential);
const result = await client.read("test");
const result = await client.read();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p0 priority 0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants