vsts-assemblyinfo-task icon indicating copy to clipboard operation
vsts-assemblyinfo-task copied to clipboard

Assembly Info is an extension for Azure DevOps that populates assembly information metadata from a build pipeline.

Results 28 vsts-assemblyinfo-task issues
Sort by recently updated
recently updated
newest added

Hello, I have set up a multi-repository pipeline where in one repo I have the DevOps scripts and in the other the project source code. If I try to set...

When using the wildcard versioning (for ex 1.0.0.*), is there a way to make it so the wildcard is generated sequentially? That is, it would be 1.0.0.0 on the first...

In a project my AssmblyInfo.cs files contained commented version entries like this: ``` // Version information for the assembly is set in CI. ////[assembly: AssemblyVersion("0.0.0.0")] ////[assembly: AssemblyFileVersion("0.0.0.0")] ``` But even...

Hello, I'm currently using the Assembly-Info-NetCore@3 task and have noticed that after updating the assembly information an empty tag is being added to my project files. Here is an example...

```yml variables: - name: appVersion value: '#.#.*.*' stages: - stage: build displayName: Build condition: or(eq(variables['Build.Reason'], 'Manual'),or(eq(variables['Build.Reason'], 'PullRequest'),eq(variables['Build.Reason'], 'IndividualCI'))) variables: solutionPath: sln/path jobs: - job: build_solution displayName: Build, Test and Publish...

Hello, I am looking for any documentations on how the extension is managing Azure DevOps data?

## Issue In order to show a user friendly display name in Task Manager, the _File description_ field must be set. The `AssemblyTitleAttribute` controls the _File description_ field of the...

If you create a branch named `fix-myproject.csproj`, git creates an internal marker file named `.git\logs\refs\remotes\origin\fix-myproject.csproj contining the SHA-1 of the current commit on the branch.` This causes `##[error]Error reading file:...

Our Software Composition Analysis tools has reported outdated libraries used in this extension, including critical vulnerabilities such as: [CVE-2021-44906](https://nvd.nist.gov/vuln/detail/CVE-2021-44906) in minimist. The vulnerability was partially addressed in minimist 1.2.5 and...

Hi, i have some solutions with a few projects using the full attributes names which are not detected, those changes will fix the issues. Example for the issue: [assembly: AssemblyVersionAttribute("1.0.0.0")]...