Browse Source

maybe fix build?

pull/137/head
Ionite 1 year ago
parent
commit
d37d697625
No known key found for this signature in database
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

@ -13,9 +13,9 @@ node("Diligence") {
try {
stage('Build') {
sh "dotnet build StabilityMatrix.Core -r linux-x64 --no-self-contained -c Release -p:ExcludeAssets=\"all\""
sh "dotnet build StabilityMatrix.Avalonia -r linux-x64 --no-self-contained -c Release -p:ExcludeAssets=\"all\""
sh "dotnet build StabilityMatrix.Tests --no-self-contained -r linux-x64 -c Release -p:ExcludeAssets=\"all\""
sh "dotnet build StabilityMatrix.Core -r linux-x64 -c Release -p:ExcludeAssets=\"all\" -p:SatelliteResourceLanguages=\"en\" --no-self-contained"
sh "dotnet build StabilityMatrix.Avalonia -r linux-x64 -c Release -p:ExcludeAssets=\"all\" -p:SatelliteResourceLanguages=\"en\" --no-self-contained"
sh "dotnet build StabilityMatrix.Tests -r linux-x64 -c Release -p:ExcludeAssets=\"all\" -p:SatelliteResourceLanguages=\"en\" --no-self-contained"
}
stage('Test') {

Loading…
Cancel
Save