Skip to content

Commit 5bcd0f3

Browse files
committed
chore: fixing release spec
1 parent b173c05 commit 5bcd0f3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/Mobile.BuildTools.XamarinSdk/Mobile.BuildTools.XamarinSdk.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="NuGetizer" PrivateAssets="all" />
26-
<PackageReference Include="PolySharp">
27-
<PrivateAssets>all</PrivateAssets>
28-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
26+
<PackageReference Include="PolySharp">
27+
<PrivateAssets>all</PrivateAssets>
28+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
3030
</ItemGroup>
3131

version.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"precision": "revision"
77
},
88
"publicReleaseRefSpec": [
9-
"^refs/heads/release$"
9+
"^refs/heads/master$",
10+
"^refs/heads/release/stable/\\d+\\.\\d+$"
1011
]
1112
}

0 commit comments

Comments
 (0)