Skip to content

upload classic pdb to symweb #5816

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

Merged
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add native dll& pdb
  • Loading branch information
LittleLittleCloud committed May 28, 2021
commit 31a69a7b4fabffe0b208e54f596663895f783dd2
1 change: 1 addition & 0 deletions build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ phases:
/p:DotNetSymbolServerTokenMsdl=$(MsdlSymbolServerPAT)
/p:DotNetSymbolServerTokenSymWeb=$(SymwebSymbolServerPAT)
/p:PublishToSymbolServer=true
/p:ArtifactsSymStoreDirectory=$(Build.SourcesDirectory)/artifacts/pkgassets/
displayName: Publish to symbol server
condition: and(succeeded(), eq(variables['_SignType'], 'real'), eq(variables['BuildConfig'], 'Release'))

Expand Down