зеркало из
1
0
Форкнуть 0

update to match latest sourcelink

This commit is contained in:
Claire Novotny 2021-11-10 16:48:29 -05:00
Родитель eec49b7b64
Коммит 848aedb6e1
Не удалось извлечь подпись
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -13,10 +13,10 @@
<repository type="git" url="https://github.com/dotnet/reproducible-builds" commit="$RepositoryCommit$" />
<dependencies>
<!--<dependency id="Microsoft.SourceLink.AzureDevOpsServer.Git" version="1.0.0" />-->
<dependency id="Microsoft.SourceLink.AzureRepos.Git" version="1.1.0" />
<dependency id="Microsoft.SourceLink.Bitbucket.Git" version="1.1.0" />
<dependency id="Microsoft.SourceLink.GitHub" version="1.1.0" />
<dependency id="Microsoft.SourceLink.GitLab" version="1.1.0" />
<dependency id="Microsoft.SourceLink.AzureRepos.Git" version="1.1.1" />
<dependency id="Microsoft.SourceLink.Bitbucket.Git" version="1.1.1" />
<dependency id="Microsoft.SourceLink.GitHub" version="1.1.1" />
<dependency id="Microsoft.SourceLink.GitLab" version="1.1.1" />
</dependencies>
</metadata>
<files>

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

@ -1,5 +1,5 @@
{
"version": "1.0",
"version": "1.1",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with rel/vN.N