dependency versions updated
This commit is contained in:
parent
442be60a49
commit
f19684964a
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
tools {
|
||||||
dotnetsdk 'dotnet6'
|
dotnetsdk 'dotnet7'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('clean old'){
|
stage('clean old'){
|
||||||
@ -12,13 +12,13 @@ pipeline {
|
|||||||
stage('linux') {
|
stage('linux') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet publish --configuration Release --os linux'
|
sh 'dotnet publish --configuration Release --os linux'
|
||||||
archiveArtifacts artifacts: 'bin/Release/net6.0/linux-x64/publish/*.*'
|
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*.*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('windows') {
|
stage('windows') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet publish --configuration Release --os windows'
|
sh 'dotnet publish --configuration Release --os windows'
|
||||||
archiveArtifacts artifacts: 'bin/Release/net6.0/windows-x64/publish/*.*'
|
archiveArtifacts artifacts: 'bin/Release/net7.0/windows-x64/publish/*.*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||||
<PackageReference Include="greyn.franz" Version="2.0.1" />
|
<PackageReference Include="greyn.franz" Version="2.1.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user