Skip to content

Commit

Permalink
auto commit 2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lith committed May 26, 2023
1 parent 8362343 commit d0ca492
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Publish/DevOps2/jenkins-bash/library.develop.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pipeline {
}

stage('#3.2 build - cross platform') {
when { expression { env.inputChoice == 'yes' && env.build_crossPlatform == true } }
when { expression { env.inputChoice == 'yes' && env.build_crossPlatform == 'yes' } }
steps {
script {
sshCommand remote: remote, command: "sh -c 'set -e; export APPNAME=$APPNAME; export NUGET_PATH=$NUGET_PATH; cd $codePath/Publish/DevOps2/build-bash; sh 40.Station-publish-multiple.bash; '"
Expand Down
2 changes: 1 addition & 1 deletion Publish/DevOps2/jenkins-bash/library.preview.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pipeline {
}

stage('#3.2 build - cross platform') {
when { expression { env.inputChoice == 'yes' && env.build_crossPlatform == true } }
when { expression { env.inputChoice == 'yes' && env.build_crossPlatform == 'yes' } }
steps {
script {
sshCommand remote: remote, command: "sh -c 'set -e; export APPNAME=$APPNAME; export NUGET_PATH=$NUGET_PATH; cd $codePath/Publish/DevOps2/build-bash; sh 40.Station-publish-multiple.bash; '"
Expand Down
6 changes: 3 additions & 3 deletions Publish/DevOps2/jenkins-bash/library.production.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ pipeline {
//NUGET_KEY = " "
NUGET_KEY = credentials("nuget_key")

DOCKER_ImagePrefix = "docker-dev.lith.cloud:8/"
DOCKER_ImagePrefix = "docker.lith.cloud:8/"
DOCKER_USERNAME = " "
DOCKER_PASSWORD = " "

build_crossPlatform = "no"
build_crossPlatform = "yes"
svn_createReleaseBranch = "yes"
svn_changeToNextTempVersion = "yes"

Expand Down Expand Up @@ -81,7 +81,7 @@ pipeline {
}

stage('#3.2 build - cross platform') {
when { expression { env.inputChoice == 'yes' && env.build_crossPlatform == true } }
when { expression { env.inputChoice == 'yes' && env.build_crossPlatform == 'yes' } }
steps {
script {
sshCommand remote: remote, command: "sh -c 'set -e; export APPNAME=$APPNAME; export NUGET_PATH=$NUGET_PATH; cd $codePath/Publish/DevOps2/build-bash; sh 40.Station-publish-multiple.bash; '"
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Gateway/App.Gateway/App.Gateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
<PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Library/Sers/Sers.Core/Sers.Core/Sers.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
<PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
<PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Description>https://github.com/serset/Sers</Description>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RunPostBuildEvent>Always</RunPostBuildEvent>
<Version>2.1.19-preview8</Version>
<Version>2.1.19</Version>
<Description>https://github.com/serset/Sers</Description>
</PropertyGroup>

Expand Down

0 comments on commit d0ca492

Please sign in to comment.