diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2f25df..4ad8a6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - VERS_MAIN: '1.4' + VERS_MAIN: '1.5' NEW_REL: '' NUM_REL: '0.1.2.3' NUM_DEB: '0.1.2-beta.3' @@ -104,6 +104,7 @@ EgwCoreLib.Utils:build: before_script: - *nuget-fix - dotnet restore "$env:SOL_NAME.sln" + - *version-fix script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj @@ -117,6 +118,7 @@ EgwCoreLib.Razor:build: before_script: - *nuget-fix - dotnet restore "$env:SOL_NAME.sln" + - *version-fix script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj @@ -130,6 +132,7 @@ EgwCoreLib.BlazorTest:build: before_script: - *nuget-fix - dotnet restore "$env:SOL_NAME.sln" + - *version-fix script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj @@ -144,6 +147,7 @@ EgwCoreLib.BlazorTest:IIS01:deploy: before_script: - *nuget-fix - dotnet restore "$env:SOL_NAME.sln" + - *version-fix rules: - if: $CI_COMMIT_BRANCH == 'develop' needs: ["EgwCoreLib.BlazorTest:build"] diff --git a/EgwCoreLib.BlazorTest/Components/CmpTop.razor b/EgwCoreLib.BlazorTest/Components/CmpTop.razor index 659c0de..dd65666 100644 --- a/EgwCoreLib.BlazorTest/Components/CmpTop.razor +++ b/EgwCoreLib.BlazorTest/Components/CmpTop.razor @@ -2,7 +2,7 @@