diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f695285..db8ebdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ workflow: rules: - if: '$CI_COMMIT_TAG' when: always + - if: '$CI_PIPELINE_SOURCE == "web"' + when: always + - when: never variables: DOTNET_CLI_TELEMETRY_OPTOUT: "1" diff --git a/src/AIFotoONLUS.Console/AIFotoONLUS.Console.csproj b/src/AIFotoONLUS.Console/AIFotoONLUS.Console.csproj index 61b8b0f..5e1cdb3 100644 --- a/src/AIFotoONLUS.Console/AIFotoONLUS.Console.csproj +++ b/src/AIFotoONLUS.Console/AIFotoONLUS.Console.csproj @@ -10,8 +10,14 @@ + + + + + 0.1.0 + \ No newline at end of file diff --git a/src/AIFotoONLUS.WPF/AIFotoONLUS.WPF.csproj b/src/AIFotoONLUS.WPF/AIFotoONLUS.WPF.csproj index 9b6d1e4..527ce9f 100644 --- a/src/AIFotoONLUS.WPF/AIFotoONLUS.WPF.csproj +++ b/src/AIFotoONLUS.WPF/AIFotoONLUS.WPF.csproj @@ -12,7 +12,13 @@ + + + + + 0.1.0 +