1
0

Migrated CI from gitlab to gitea
All checks were successful
Branch Build / build-test-deploy (push) Successful in 1m46s

This commit is contained in:
2026-01-12 20:26:51 +01:00
parent 6f92908a81
commit 5d606bea89
12 changed files with 167 additions and 197 deletions

View File

@@ -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" />