File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
<Version >$(Version)-local</Version >
17
17
</PropertyGroup >
18
18
</When >
19
- <When Condition =" '$(GITHUB_REF_NAME)'=='master'" >
19
+ <When Condition =" '$(GITHUB_REF_NAME)'=='master' || $([System.Text.RegularExpressions.Regex]::IsMatch($(GITHUB_REF_NAME), `^v.+\..+\..+`)) " >
20
20
<PropertyGroup >
21
21
<Version >$(Version)</Version >
22
22
</PropertyGroup >
39
39
<SolutionFile Include =" Autofac.sln" />
40
40
</ItemGroup >
41
41
<Target Name =" All" >
42
+ <Message Text =" Match: $(Match)" Importance =" high" />
43
+ <Error Text =" Done." />
42
44
<Message Text =" ****************************************" Importance =" high" />
43
45
<Message Text =" Autofac v$(Version)" Importance =" high" />
44
46
<Message Text =" $(Configuration) Configuration" Importance =" high" />
You can’t perform that action at this time.
0 commit comments