-
Notifications
You must be signed in to change notification settings - Fork 186
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
Create pipeline to publish Swagger Api Parser package #4203
Create pipeline to publish Swagger Api Parser package #4203
Conversation
I have disabled few test cases to get pipeline created. |
Fixes #4204 |
The folder structure has been changed. You are moving the swaggerApiParserTest to parent folder. Could you explain why we need to do that? And We need to remove orignal swaggerApiParserTest folder. |
/check-enforcer override |
/azp run tools - swaggerapiparser |
Azure Pipelines successfully started running 1 pipeline(s). |
/check-enforcer evaluate |
/check-enforcer override |
@@ -13,6 +13,7 @@ | |||
<JavaScriptProcessor>..\..\..\..\tools\apiview\parsers\js-api-parser\</JavaScriptProcessor> | |||
<TypeScriptToolsVersion>latest</TypeScriptToolsVersion> | |||
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked> | |||
<SignAssembly>False</SignAssembly> |
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.
Why are we not signing?
No description provided.