1
0
Форкнуть 0
Fixes a missed dll rename to allow the installer to compile and a missed comment.
This commit is contained in:
Jessica Schumaker 2018-09-17 15:22:31 -04:00
Родитель 2a30525458
Коммит ab5039839a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -63,7 +63,7 @@
<FilesToSign Include="$(IntermediateOutputPath)\Microsoft.Alm.Authentication.dll">
<Authenticode>Microsoft</Authenticode>
</FilesToSign>
<FilesToSign Include="$(IntermediateOutputPath)\VisualStudioTeamServices.Authentication.dll">
<FilesToSign Include="$(IntermediateOutputPath)\AzureDevOps.Authentication.dll">
<Authenticode>Microsoft</Authenticode>
</FilesToSign>
<FilesToSign Include="$(IntermediateOutputPath)\git-credential-manager.exe">

Просмотреть файл

@ -37,7 +37,7 @@
<GcmVersion>$([System.Text.RegularExpressions.Regex]::Match($(GcmProps), $(Pattern), System.Text.RegularExpressions.RegexOptions.Multiline).Groups[1].Value)</GcmVersion>
<PkgVersion>$([System.Text.RegularExpressions.Regex]::Match($(PkgProps), $(Pattern), System.Text.RegularExpressions.RegexOptions.Multiline).Groups[1].Value)</PkgVersion>
<PkgName>AzureDevOps.Authentication</PkgName>
<!-- Read the nupkg meta data from the AssemblyInfo.cs file copied from VisualStudioTeamServicesAuthentication -->
<!-- Read the nupkg meta data from the AssemblyInfo.cs file copied from AzureDevOps.Authentication -->
<Pattern>^\s*\[assembly: AssemblyDescription\s*\(\s*"\s*([^"]+)\s*"\s*\)</Pattern>
<PkgDescription>$([System.Text.RegularExpressions.Regex]::Match($(PkgProps), $(Pattern), System.Text.RegularExpressions.RegexOptions.Multiline).Groups[1].Value)</PkgDescription>
<Pattern>^\s*\[assembly: AssemblyProduct\s*\(\s*"\s*([^"]+)\s*"\s*\)</Pattern>