Migrated CI from gitlab to gitea
All checks were successful
Branch Build / build-test-deploy (push) Successful in 1m46s
All checks were successful
Branch Build / build-test-deploy (push) Successful in 1m46s
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
<Product>AM.WD Common Library for Unit-Testing</Product>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Only build package for tagged releases -->
|
||||
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(CI_COMMIT_TAG)', '^test\/v[0-9.]+'))">
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Moq" Version="4.20.72" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
|
||||
|
||||
Reference in New Issue
Block a user