Change build instruction because this is a library
This commit is contained in:
parent
c46d93c802
commit
30c8121eb7
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -17,7 +17,9 @@ pipeline {
|
|||
script {
|
||||
sh '''
|
||||
dotnet restore
|
||||
dotnet publish LibAC.csproj --nologo -c Release --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=true
|
||||
#dotnet publish LibAC.csproj --nologo -c Release --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=true
|
||||
|
||||
dotnet build -c Release
|
||||
'''
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue