We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
APIView deployment is not updating .NET parser version on the server. Installation succeeds with a message "Package already exists"
We should update the pipeline to uninstall current package for parser and reinstall the latest version.
Command to uninstall the package: dotnet tool uninstall csharpapiparser --tool-path <path>
dotnet tool uninstall csharpapiparser --tool-path <path>
APIView pipeline: https://github.com/Azure/azure-sdk-tools/blob/main/src/dotnet/APIView/apiview.yml
The text was updated successfully, but these errors were encountered:
ckairen
No branches or pull requests
APIView deployment is not updating .NET parser version on the server. Installation succeeds with a message "Package already exists"
We should update the pipeline to uninstall current package for parser and reinstall the latest version.
Command to uninstall the package:
dotnet tool uninstall csharpapiparser --tool-path <path>
APIView pipeline: https://github.com/Azure/azure-sdk-tools/blob/main/src/dotnet/APIView/apiview.yml
The text was updated successfully, but these errors were encountered: