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
im using dotnet 8.0.2 SDK and im using Microsoft.SourceLink.AzureRepos.Git version 8.0.0
when running dotnet pack .csproj /p:Configuration=Release /p:Version=8.0.0.** --include-symbols locally it is working fine.
when the same command is run on the buildagent it produces a diffrent result:
why is the ouput different?
The text was updated successfully, but these errors were encountered:
@marcpopMSFT @tmat
@JanEggers when you're running locally, it's with the same SDK in use in CI on the build agent?
Sorry, something went wrong.
yes both use 8.0.200 SDK
No branches or pull requests
im using dotnet 8.0.2 SDK and im using Microsoft.SourceLink.AzureRepos.Git version 8.0.0
when running dotnet pack .csproj /p:Configuration=Release /p:Version=8.0.0.** --include-symbols locally it is working fine.
when the same command is run on the buildagent it produces a diffrent result:
why is the ouput different?
The text was updated successfully, but these errors were encountered: