Switched to modern resources, some refactor of project and jenkins files
This commit is contained in:
parent
c084cbe368
commit
493cfd3436
6 changed files with 34 additions and 211 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -10,12 +10,12 @@ pipeline {
|
|||
parallel {
|
||||
stage('Linux') {
|
||||
steps {
|
||||
sh 'dotnet publish -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:PublishTrimmed=true -r linux-x64 -c Release --self-contained true --no-restore --output Linux-x64/'
|
||||
sh 'dotnet publish -r linux-x64 -c Release --self-contained true --no-restore --output Linux-x64/'
|
||||
}
|
||||
}
|
||||
stage('Windows') {
|
||||
steps {
|
||||
sh 'dotnet publish -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:PublishTrimmed=true -r win-x64 -c Release --self-contained true --no-restore --output Windows-x64/'
|
||||
sh 'dotnet publish -r win-x64 -c Release --self-contained true --no-restore --output Windows-x64/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue