-
Notifications
You must be signed in to change notification settings - Fork 271
test only, http-client-java, generate and compile smoke test #7145
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
base: main
Are you sure you want to change the base?
test only, http-client-java, generate and compile smoke test #7145
Conversation
96c81ea
to
bc8588e
Compare
No changes needing a change description found. |
You can try these changes here
|
fca720a
to
5239f63
Compare
5239f63
to
7e023ac
Compare
git fetch origin pull/6981/head:smoke-test-branch | ||
git restore --source smoke-test-branch --worktree -- ../../../smoke-http-specs | ||
Copy-Item -Path ../../../smoke-http-specs/specs -Destination ./ -Recurse -Force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Script here is just copy the 2 tsp files into local.
It is probably much simpler that one copy them from directly (instead of the git
commands)
https://github.com/microsoft/typespec/pull/6981/files#diff-9d1e72122d0d7934f86792239afb56d7f133440d59d7ad676ba8629c18c63cb6
…client-java_compile-smoke-test
test only
tsp source from PR #6981