feat(operator): add build targets extension for automatic resource ge… #443
Annotations
2 errors
semantic-release
Warning As Error: - At least one .targets file was found in 'build/', but 'build/KubeOps.Operator.targets' was not.
|
semantic-release
Error: Command failed with exit code 1: dotnet pack --configuration Release /property:Version=8.0.0-pre.16 /property:PackageReleaseNotes='# [8.0.0-pre.16](https://github.com/buehler/dotnet-operator-sdk/compare/v8.0.0-pre.15...v8.0.0-pre.16) (2023-10-06)
### Features
* **operator:** add build targets extension for automatic resource generation ([edaed46](https://github.com/buehler/dotnet-operator-sdk/commit/edaed466f49cbe6e9a11b3e92377c2bd5c317a53))
### BREAKING CHANGES
* **operator:** The targets file contains
other properties than before. Refer to the
documentation for explicit details.
' /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk
MSBuild version 17.7.3+8ec440e68 for .NET
Determining projects to restore...
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj (in 2.57 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj (in 2.57 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.KubernetesClient.Test/KubeOps.KubernetesClient.Test.csproj (in 1.39 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj (in 1.4 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj (in 4.38 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Generator.Test/KubeOps.Generator.Test.csproj (in 4.55 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Operator/KubeOps.Operator.csproj (in 239 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Operator.Web/KubeOps.Operator.Web.csproj (in 8 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.KubernetesClient/KubeOps.KubernetesClient.csproj (in 12 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj (in 401 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Generator/KubeOps.Generator.csproj (in 150 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj (in 10 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Cli/KubeOps.Cli.csproj (in 130 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/examples/Operator/Operator.csproj (in 7 ms).
KubeOps.Abstractions -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/bin/Release/netstandard2.0/KubeOps.Abstractions.dll
KubeOps.Abstractions -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/bin/Release/netstandard2.1/KubeOps.Abstractions.dll
KubeOps.Abstractions -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/bin/Release/net6.0/KubeOps.Abstractions.dll
KubeOps.Abstractions -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/bin/Release/net7.0/KubeOps.Abstractions.dll
KubeOps.KubernetesClient -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.KubernetesClient/bin/Release/net6.0/KubeOps.KubernetesClient.dll
KubeOps.Operator -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Operator/bin/Release/net6.0/KubeOps.Operator.dll
KubeOps.Transpiler -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Transpiler/bin/Release/net7.0/KubeOps.Transpiler.dll
KubeOps.KubernetesClient -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.KubernetesClient/bin/Release/net7.0/KubeOps.KubernetesClient.dll
KubeOps.Operator -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Operator/bin/Release/net7.0/KubeOps.Operator.dll
KubeOps.Cli -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/K
|